diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-29 00:21:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-29 01:48:09 +0300 |
commit | 57c53f8a424d8d87e4ce069981f901e9ffcccb83 (patch) | |
tree | bc8696a1812ce9a58b84e1abd981c73e707ae2f2 | |
parent | 35ea27078d1cd7a04deb9c2b1fc4c928466699f3 (diff) | |
download | hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.gz hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.bz2 hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.tar.xz hercules-57c53f8a424d8d87e4ce069981f901e9ffcccb83.zip |
Add missing [] in configure.in
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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" |