]> code.delx.au - gnu-emacs/commitdiff
Regenerate.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 31 Aug 2007 19:15:07 +0000 (19:15 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 31 Aug 2007 19:15:07 +0000 (19:15 +0000)
ChangeLog
configure

index 6b459d875031a75e9517c24ddd1a058485739f24..f9d8473377d1708f0af695b5c6b52690bbb3ebe3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-31  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
+
+       * configure.in: Fix typo.
+       * configure: Regenerate.
+
 2007-08-30  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (AH_BOTTOM): Copy some manual changes made to
index a120cb47d617ea6df6db668949cd26eb393790e4..51e1c1dc416f5ac8d2ad7b9a412e38754e37e48d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1978,9 +1978,9 @@ if test "${with_toolkit_scroll_bars+set}" = set; then
 fi
 
 
-# Check whether --with-xpm was given.
-if test "${with_xpm+set}" = set; then
-  withval=$with_xpm;
+# Check whether --with-xaw3d was given.
+if test "${with_xaw3d+set}" = set; then
+  withval=$with_xaw3d;
 fi