]> granicus.if.org Git - neomutt/commitdiff
Add AC_GNU_SOURCE.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 31 Aug 2004 15:41:03 +0000 (15:41 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 31 Aug 2004 15:41:03 +0000 (15:41 +0000)
configure.in

index b87b37ddbe10de2ea186623eee2449f87a53bf26..227f5bac0286fcde8174d02450ba80e3a660e046 100644 (file)
@@ -11,6 +11,7 @@ mutt_cv_version=`cat $srcdir/VERSION`
 
 
 AM_INIT_AUTOMAKE(mutt, $mutt_cv_version)
+AC_GNU_SOURCE
 
 ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])])