From 6bad0de59e2102d96eaa9df3a8da565b9bed3c22 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 13 Nov 2008 20:04:49 -0500 Subject: [PATCH] disable Octave code if mkoctfile not found, even if OCT_INSTALL_DIR specified darcs-hash:20081114010449-c8de0-49d3266da4b839ebe49046f614614e5680a2dca7.gz --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 23d7c2c..51e6364 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,7 @@ AC_ARG_VAR(MKOCTFILE, [name of mkoctfile program to compile Octave plug-ins]) AC_CHECK_PROGS(MKOCTFILE, mkoctfile, echo) if test "$MKOCTFILE" = "echo"; then AC_MSG_WARN([can't find mkoctfile: won't be able to compile GNU Octave plugin]) + OCT_INSTALL_DIR="" elif test x"$OCT_INSTALL_DIR" = "x"; then # try to find installation directory AC_CHECK_PROGS(OCTAVE, octave, echo) -- 2.30.2