aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-08-03 11:04:29 +0200
committerThomas White <taw@physics.org>2017-08-03 11:05:00 +0200
commitf580910484b75fc33bec940c21196d99260aab92 (patch)
treea51e9ac75dc0e7729c04a34616aa8f29f27b55ad
parent169edfb7076118f12b7054ef9a651623aa2d8408 (diff)
configure: Fix option name for --with-cbflib
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41071139..989fd44e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ AC_ARG_WITH(gsl,
[PKG_CHECK_MODULES([GSL], [gsl])])
AC_ARG_ENABLE(cbf, AS_HELP_STRING([--disable-cbf], [Disable CBF file support]))
-AC_ARG_WITH(cbflib_dir, AS_HELP_STRING([--with-cbflib],
+AC_ARG_WITH(cbflib,
[Specify location of CBFlib headers and libraries]))
AC_MSG_CHECKING([whether to use CBFlib])
AS_IF([test "x$enable_cbf" != "xno"],