aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-08-09 17:09:55 +0200
committerThomas White <taw@physics.org>2017-08-09 17:09:55 +0200
commit8fe3022a1653c35a7e3ecaf64e6118be1ee40c43 (patch)
tree9883f5e79224e8f0e88a1eb8550087051991d213
parentf580910484b75fc33bec940c21196d99260aab92 (diff)
Fix extra bracket in configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 989fd44e..274b218d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_ARG_WITH(gsl,
AC_ARG_ENABLE(cbf, AS_HELP_STRING([--disable-cbf], [Disable CBF file support]))
AC_ARG_WITH(cbflib,
- [Specify location of CBFlib headers and libraries]))
+ [Specify location of CBFlib headers and libraries])
AC_MSG_CHECKING([whether to use CBFlib])
AS_IF([test "x$enable_cbf" != "xno"],
[