From e370f3f7fe1602b462393c0078199856e94b97c7 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 3 Aug 2022 09:34:53 +0200 Subject: [PATCH] Update configure.ac --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4690c0e..95cf05e 100644 --- a/configure.ac +++ b/configure.ac @@ -131,10 +131,10 @@ AC_CONFIG_FILES([ lib/md/Makefile ]) -if test x"${has_cmake}" == x"yes" ; then - AC_CONFIG_FILES([lib/ann/Makefile lib/ann/fann/Makefile]) -fi +#if test x"${has_cmake}" == x"yes" ; then +# AC_CONFIG_FILES([lib/ann/Makefile lib/ann/fann/Makefile]) +#fi # AC_SUBST([my_CPPFLAGS]) pass my_CPPFLAGS to the makefile.am # output the script: -AC_OUTPUT \ No newline at end of file +AC_OUTPUT