diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-02-11 01:08:42 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-02-11 01:08:42 +0000 |
commit | f747f3b2cd167f867298a279ae90dd42fc811913 (patch) | |
tree | 234b30e73c6ae85b3d42e4a8647610cf89baf1ad /glib | |
parent | ed848ac41e726b2ca27ccdf474f66def61a7f9e5 (diff) | |
download | gtk+-f747f3b2cd167f867298a279ae90dd42fc811913.tar.gz |
Really minor cosmetic fix that just niggled me. :P
-Yosh
Diffstat (limited to 'glib')
-rw-r--r-- | glib/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/configure.in b/glib/configure.in index 6c98e9fca6..e417ccb99b 100644 --- a/glib/configure.in +++ b/glib/configure.in @@ -136,7 +136,7 @@ AC_MSG_RESULT($gtk_ok) # The following is necessary for Linux libc-5.4.38 -AC_MSG_CHECKING(If iswalnum() and friends are properly defined) +AC_MSG_CHECKING(if iswalnum() and friends are properly defined) AC_TRY_LINK([#include <stdlib.h>],[ #if (defined(HAVE_WCTYPE_H) || defined(HAVE_WCHAR_H)) # ifdef HAVE_WCTYPE_H |