diff options
-rwxr-xr-x | configure1.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 25f87d87ffa..5902aaf3ff2 100755 --- a/configure1.in +++ b/configure1.in @@ -2,7 +2,7 @@ dnl This is an autoconf script. dnl To rebuild the `configure' script from this, execute the command dnl autoconf dnl in the directory containing this script. You must have autoconf -dnl version 1.7 or later. +dnl version 1.8 or later. dnl dnl The following text appears in the resulting `configure' script, dnl explaining how to rebuild it. @@ -1145,6 +1145,9 @@ AC_TIMEZONE dnl checks for compiler characteristics AC_CONST +dnl check for Make feature +AC_SET_MAKE + dnl checks for operating system services AC_LONG_FILE_NAMES |