aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-17 12:32:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-17 12:32:49 +0000
commit17bb76510a0eb1da91e7fcd686057863fe335817 (patch)
tree8403a71f7c3f9954b7f1efaefe07b334d46670d4 /configure.ac
parent062e9c540b8499006722048495d857e034697c09 (diff)
downloadanubis-17bb76510a0eb1da91e7fcd686057863fe335817.tar.gz
anubis-17bb76510a0eb1da91e7fcd686057863fe335817.tar.bz2
Use -Wno-deprecated-declarations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 434c5b0..d0176f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,7 +215,7 @@ MU_CHECK_GSASL(0.2.3, [
ANUBIS_BIN_ADM='$(adm_bin_programs)'
M4_DEFS="$M4_DEFS -DWITH_GSASL"
if test "$GCC" = "yes"; then
- CFLAGS="$CFLAGS -Wno-deprecated"
+ CFLAGS="$CFLAGS -Wno-deprecated-declarations"
fi
AC_CHECK_LIB(gdbm, gdbm_open,

Return to:

Send suggestions and report system problems to the System administrator.