diff src/oct-conf.h.in @ 3726:b7d997d593d9

[project @ 2000-10-27 17:51:21 by jwe]
author jwe
date Fri, 27 Oct 2000 17:51:27 +0000
parents b35c6af4c49c
children 1a809dae77db
line wrap: on
line diff
--- a/src/oct-conf.h.in	Thu Oct 12 16:14:00 2000 +0000
+++ b/src/oct-conf.h.in	Fri Oct 27 17:51:27 2000 +0000
@@ -48,6 +48,10 @@
 #define OCTAVE_CONF_AR %OCTAVE_CONF_AR%
 #endif
 
+#ifndef OCTAVE_CONF_BLAS_LIBS
+#define OCTAVE_CONF_BLAS_LIBS %OCTAVE_CONF_BLAS_LIBS%
+#endif
+
 #ifndef OCTAVE_CONF_CC
 #define OCTAVE_CONF_CC %OCTAVE_CONF_CC%
 #endif
@@ -260,10 +264,6 @@
 #define OCTAVE_CONF_SONAME_FLAGS %OCTAVE_CONF_SONAME_FLAGS%
 #endif
 
-#ifndef OCTAVE_CONF_SPECIAL_MATH_LIB
-#define OCTAVE_CONF_SPECIAL_MATH_LIB %OCTAVE_CONF_SPECIAL_MATH_LIB%
-#endif
-
 #ifndef OCTAVE_CONF_STATIC_LIBS
 #define OCTAVE_CONF_STATIC_LIBS %OCTAVE_CONF_STATIC_LIBS%
 #endif