From: Pierre Habouzit Date: Sun, 29 Oct 2006 12:48:08 +0000 (+0100) Subject: small fix X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=308c7080ccca40d4865d8810f5528331d9ed61ff small fix --- diff --git a/configure.ac b/configure.ac index 5d30be4..44575c3 100644 --- a/configure.ac +++ b/configure.ac @@ -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']) -dnl AC_GNU_SOURCE +AC_GNU_SOURCE ifdef([AC_LIBOBJ], , [define([AC_LIBOBJ], [LIB[]OBJS="$LIBOBJS $1.o"])])