configure.ac
branch1.15
changeset 2968 595a11dcaa1a
parent 2961 d84ae99556cd
child 2999 4ccfca658d9b
     1.1 --- a/configure.ac	Sat May 05 23:04:21 2012 +0200
     1.2 +++ b/configure.ac	Tue May 08 12:15:37 2012 +0200
     1.3 @@ -266,8 +266,10 @@
     1.4  AS_IF(
     1.5      [test -n "$ac_ct_gettext_hdr"],
     1.6      [AC_CHECK_DECL(
     1.7 -        [gettext],gettext=y,,
     1.8 -        [#include <$ac_ct_gettext_hdr>])])
     1.9 +        [gettext],
    1.10 +        [gettext=y],,
    1.11 +        [AC_INCLUDES_DEFAULT()
    1.12 +         #include <$ac_ct_gettext_hdr>])])
    1.13  
    1.14  #----------------------------------------
    1.15  # Check for ncurses, for the kconfig frontends