summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-07-01 14:18:12 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-07-01 14:18:12 +0000
commitdbd6c48a552238d33e80a703feb901ade0c1a2b8 (patch)
treec08b16a94e53ea37f4ba68b8fba74e01d91e7f1f /configure.ac
parentaab15b8d9a9d5d869659915c3d0995929ae4179b (diff)
* using AC_GNU_SOURCE instead of -D _GNU_SOURCE
* fixed a typo? in dbus-protocol ("% s" -> " %s") git-svn-id: file:///home/lennart/svn/public/avahi/trunk@159 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 05b48c1..65c0b11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,7 @@ fi
# Checks for programs.
AC_PROG_CC
+AC_GNU_SOURCE
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S