diff --git a/ChangeLog b/ChangeLog index 6b459d87503..f9d8473377d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-31 Ulrich Mueller (tiny change) + + * configure.in: Fix typo. + * configure: Regenerate. + 2007-08-30 Glenn Morris * configure.in (AH_BOTTOM): Copy some manual changes made to diff --git a/configure b/configure index a120cb47d61..51e1c1dc416 100755 --- 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