diff main/sparsersb/src/configure.base @ 12540:18d7476a8db6 octave-forge

configure chanes: librsb-config is not anymore a requirement; if specified, LIBRSB_CXXFLAGS and LIBRSB_LIBS can override what given by librsb-config.
author michelemartone
date Mon, 20 Oct 2014 08:58:20 +0000
parents b8f0148a86f1
children 41d5b212e9fa
line wrap: on
line diff
--- a/main/sparsersb/src/configure.base	Mon Oct 20 08:43:49 2014 +0000
+++ b/main/sparsersb/src/configure.base	Mon Oct 20 08:58:20 2014 +0000
@@ -65,7 +65,7 @@
 AC_SUBST(altopath)
 dnl
 AC_SUBST(LIBRSB_CONFIG)
-AC_ARG_VAR([LIBRSB_CONFIG],[Pathname to the librsb-config script (MANDATORY!).])
+AC_ARG_VAR([LIBRSB_CONFIG],[Pathname to the librsb-config script.])
 AC_SUBST(SPARSERSB_LIBS)
 AC_ARG_VAR([SPARSERSB_LIBS],[Additional libraries you want to link sparsersb against.])
 AC_SUBST(LIBRSB_LIBS)