chiark / gitweb /
rm defunct Nocedal code references (but keep NLOPT_LD_LBFGS_NOCEDAL constant for...
[nlopt.git] / configure.ac
index 2852d27ddd26d1a37e009bcf2f8e209fed0b9f09..b6626fe547bb7009e05d6d26153d5a43ddb79a77 100644 (file)
@@ -94,16 +94,6 @@ if test "$ok" = "yes"; then
 fi
 AC_MSG_RESULT(${ok})
 
-dnl -----------------------------------------------------------------------
-
-if test "x$with_cxx" = xyes; then
-  test -r $srcdir/lbfgs/ap.cpp && test -r $srcdir/lbfgs/ap.h && test -r $srcdir/lbfgs/l-bfgs-b.cpp && test -r $srcdir/lbfgs/l-bfgs-b.h && have_lbfgs=yes
-fi
-AM_CONDITIONAL(WITH_NOCEDAL, test -n "$have_lbfgs")
-if test -n "$have_lbfgs"; then
-   AC_DEFINE(WITH_NOCEDAL, [1], [Define if we have the non-free Nocedal LBFGS code])
-fi
-
 dnl -----------------------------------------------------------------------
 dnl SWIG wrappers
 
@@ -407,7 +397,6 @@ AC_CONFIG_FILES([
    cdirect/Makefile
    stogo/Makefile
    praxis/Makefile
-   lbfgs/Makefile
    luksan/Makefile
    crs/Makefile
    mlsl/Makefile