small fix
authorPierre Habouzit <madcoder@debian.org>
Sun, 29 Oct 2006 12:48:08 +0000 (13:48 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 29 Oct 2006 12:48:08 +0000 (13:48 +0100)
configure.ac

index 5d30be4..44575c3 100644 (file)
@@ -12,7 +12,7 @@ mutt_cv_version=`cat "$srcdir/VERSION.in"`
 AM_INIT_AUTOMAKE(muttng, $mutt_cv_version)
 AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/VERSION.in'])
 
 AM_INIT_AUTOMAKE(muttng, $mutt_cv_version)
 AC_SUBST([CONFIGURE_DEPENDENCIES], ['$(top_srcdir)/VERSION.in'])
 
-dnl AC_GNU_SOURCE
+AC_GNU_SOURCE
 
 ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])])
 
 
 ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])])