summaryrefslogtreecommitdiff
authorJavier Jardón <jjardon@gnome.org>2012-02-22 18:14:01 (GMT)
committer Bastien Nocera <hadess@hadess.net>2012-02-24 10:28:16 (GMT)
commit50861a3ef3ba08707e4180504b8ab94421c5595c (patch) (side-by-side diff)
treee200ce885e8f9be1f3220f00a229b7c313a0b077
parentb75a6f1c23078f977ac78bcba3eca21f5034db4d (diff)
downloadgeoclue-master.zip
geoclue-master.tar.gz
build: Fix typo in CFLAGSHEADmaster
s/--Wno-format/-Wno-format/ https://bugs.freedesktop.org/show_bug.cgi?id=46472
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 96db019..d4362e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ DBUS_SERVICES_DIR="${datadir}/dbus-1/services"
AC_SUBST(DBUS_SERVICES_DIR)
AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for D-Bus is])
-CFLAGS="$CFLAGS -g -Wall --Wno-format"
+CFLAGS="$CFLAGS -g -Wall -Wno-format"
# -----------------------------------------------------------
# gtk+