]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed conditional generation of libopts makefile
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Feb 2014 09:53:53 +0000 (10:53 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Feb 2014 09:53:53 +0000 (10:53 +0100)
src/libopts/m4/libopts.m4

index e6b54061a1ae6de3220df7841f7d514c63210f8a..70fc4a66dd5fc8fbe39de030b78d4d85fff3b6f3 100644 (file)
@@ -584,8 +584,9 @@ AC_DEFUN([LIBOPTS_CHECK], [
   LIBOPTS_CHECK_COMMON(AO_Libopts_Dir)
   AM_COND_IF([NEED_LIBOPTS], [
     INVOKE_LIBOPTS_MACROS
-    AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
   ])dnl
+
+  AC_CONFIG_FILES(AO_Libopts_Dir/Makefile)
   m4_popdef([AO_Libopts_Dir])dnl
 # end of AC_DEFUN of LIBOPTS_CHECK
 ])