diff options
| author | Ted Gould <ted@gould.cx> | 2012-01-26 13:36:57 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2012-01-26 13:36:57 -0600 |
| commit | 4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895 (patch) | |
| tree | 12e30622f365a6901573a2a79c475f1f28ab5d99 /configure.ac | |
| parent | d0065933d25307a95644e3ab984de0f4f848d6ad (diff) | |
| download | libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.tar.gz libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.tar.bz2 libdbusmenu-4eae3efbe5c3aa84035b2ade9ceedd68b7b3e895.zip | |
Move the no-error on deprications into the Makefiles so it's always after the -Wall
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 13efd3c..fd69595 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,6 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_PATH_PROG([GLIB_MKENUMS], [glib-mkenums]) -CFLAGS="$CFLAGS -Wno-error=deprecated-declarations" - ########################### # GTK Doc ########################### |
