From dbd6c48a552238d33e80a703feb901ade0c1a2b8 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Fri, 1 Jul 2005 14:18:12 +0000 Subject: * 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit