From: Pierre-Luc Beaudoin Date: Fri, 12 Jun 2009 00:40:25 +0000 (-0400) Subject: Fix configure warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd545198432bf94a2442b5e04344a8af335711f9;p=libchamplain Fix configure warning --- diff --git a/configure.ac b/configure.ac index 56151ce..b6f7085 100644 --- a/configure.ac +++ b/configure.ac @@ -157,9 +157,6 @@ if test x$enable_managed = xyes; then CHAMPLAIN_GTK_APIVERSION=0.3 AC_SUBST(CHAMPLAIN_APIVERSION) AC_SUBST(CHAMPLAIN_GTK_APIVERSION) - - AC_CONFIG_FILES([ - ]) fi AM_CONDITIONAL(ENABLE_MANAGED, test "x$enable_managed" = "xyes")