diff options
author | Bruno Haible <bruno@clisp.org> | 2009-12-12 12:22:07 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-12-12 16:13:42 +0100 |
commit | c4031b5252bc3c539b5c041c2e30fd7fb88382d9 (patch) | |
tree | aa1e352796505a4b7def4083ace1dedb94e96c98 /gettext-runtime/m4/glibc2.m4 | |
parent | 24d34031721a97d3e7b498ccbf8b5779d2acc93e (diff) | |
download | external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.zip external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.gz external_gettext-c4031b5252bc3c539b5c041c2e30fd7fb88382d9.tar.bz2 |
Untabify.
Diffstat (limited to 'gettext-runtime/m4/glibc2.m4')
-rw-r--r-- | gettext-runtime/m4/glibc2.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gettext-runtime/m4/glibc2.m4 b/gettext-runtime/m4/glibc2.m4 index fe58a0f..3435aa2 100644 --- a/gettext-runtime/m4/glibc2.m4 +++ b/gettext-runtime/m4/glibc2.m4 @@ -12,16 +12,16 @@ AC_DEFUN([gt_GLIBC2], AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer], [ac_cv_gnu_library_2], [AC_EGREP_CPP([Lucky GNU user], - [ + [ #include <features.h> #ifdef __GNU_LIBRARY__ #if (__GLIBC__ >= 2) Lucky GNU user #endif #endif - ], - [ac_cv_gnu_library_2=yes], - [ac_cv_gnu_library_2=no]) + ], + [ac_cv_gnu_library_2=yes], + [ac_cv_gnu_library_2=no]) ] ) AC_SUBST([GLIBC2]) |