diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-25 22:00:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-10-25 22:00:33 +0800 |
commit | f2bb34846e17803a2601f46be59a54ada0406bbc (patch) | |
tree | 47921bda32b688ce993a98788c960a2d662e69a9 /configure.ac | |
parent | ff6b2947443fef63519a945245c499dc2656bef6 (diff) | |
download | gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar.gz gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar.bz2 gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar.lz gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar.xz gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.tar.zst gsoc2013-empathy-f2bb34846e17803a2601f46be59a54ada0406bbc.zip |
We need to pass a description to AC_DEFINE
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2ddbdedbb..a8f7e4e70 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ NETWORK_MANAGER_REQUIRED=0.7.0 # Disable GLib deprecation warnings for now; we don't want to bump the GLib dep # and make things harder for contributiors without good reason. We'll re-enable # those warnings later during the cycle (bgo #662662) -AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, []) +AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated]) # telepathy-yell prev_top_build_prefix=$ac_top_build_prefix |