summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-29 00:21:01 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-29 01:48:09 +0300
commit57c53f8a424d8d87e4ce069981f901e9ffcccb83 (patch)
treebc8696a1812ce9a58b84e1abd981c73e707ae2f2
parent35ea27078d1cd7a04deb9c2b1fc4c928466699f3 (diff)
downloadhercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.gz
hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.bz2
hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.xz
hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.zip
Add missing [] in configure.in
-rwxr-xr-xconfigure2
-rw-r--r--configure.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index 4bf9d9a90..bcae5ee2f 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in af1c906.
+# From configure.in d4940a8.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
diff --git a/configure.in b/configure.in
index f25c2592f..d6f783505 100644
--- a/configure.in
+++ b/configure.in
@@ -676,7 +676,7 @@ if test "$enable_lto" != "no" ; then
)
fi
-AC_DEFUN(AC_CHECK_SANITIZER_FLAG,
+AC_DEFUN([AC_CHECK_SANITIZER_FLAG],
[
AC_MSG_CHECKING([whether $CC supports -fsanitize=$1])
OLD_CFLAGS="$CFLAGS"
@@ -742,7 +742,7 @@ if test "$enable_sanitize" != "no" ; then
fi
-AC_DEFUN(AC_CHECK_COMPILER_WFLAG,
+AC_DEFUN([AC_CHECK_COMPILER_WFLAG],
[
AC_MSG_CHECKING([whether $CC supports -W$1])
OLD_CFLAGS="$CFLAGS"
@@ -777,7 +777,7 @@ AC_DEFUN(AC_CHECK_COMPILER_WFLAG,
]
)
-AC_DEFUN(AC_CHECK_COMPILER_WNOFLAG,
+AC_DEFUN([AC_CHECK_COMPILER_WNOFLAG],
[
AC_MSG_CHECKING([whether $CC supports -Wno-$1])
OLD_CFLAGS="$CFLAGS"