Bug #4840: Typo, x$xRES -> x$RES. (George Fufutos)
This commit is contained in:
		
							parent
							
								
									f5a5817834
								
							
						
					
					
						commit
						81e913d310
					
				| 
						 | 
					@ -1,3 +1,8 @@
 | 
				
			||||||
 | 
					2005-10-21  Adam Jackson  <ajax@freedesktop.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* configure.ac:
 | 
				
			||||||
 | 
						Bug #4840: Typo, x$xRES -> x$RES.  (George Fufutos)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2005-10-20  Donnie Berkholz  <spyderous@gentoo.org>
 | 
					2005-10-20  Donnie Berkholz  <spyderous@gentoo.org>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* configure.ac: Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817>
 | 
						* configure.ac: Bug #4817 <https://bugs.freedesktop.org/show_bug.cgi?id=4817>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -482,7 +482,7 @@ if test "x$SCREENSAVER" = xyes; then
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AM_CONDITIONAL(RES, [test "x$RES" = xyes])
 | 
					AM_CONDITIONAL(RES, [test "x$RES" = xyes])
 | 
				
			||||||
if test "x$xRES" = xyes; then
 | 
					if test "x$RES" = xyes; then
 | 
				
			||||||
	AC_DEFINE(RES, 1, [Support X resource extension])
 | 
						AC_DEFINE(RES, 1, [Support X resource extension])
 | 
				
			||||||
	REQUIRED_MODULES="$REQUIRED_MODULES resourceproto"
 | 
						REQUIRED_MODULES="$REQUIRED_MODULES resourceproto"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue