From f0e5441dc2a24508520303e1650961e454999d36 Mon Sep 17 00:00:00 2001 From: rzf Date: Thu, 8 Nov 2007 13:26:13 +0000 Subject: [PATCH] corrected option formatting git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1985 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 76728f805..9b21c38c8 100755 --- a/configure +++ b/configure @@ -1328,7 +1328,7 @@ Optional Features: --enable-condor allow Yap to be used from condor --enable-april compile Yap to support April ILP system --enable-dlcompat use dlcompat library for dynamic loading on Mac OS X - --enable-cplint=DIR enable the cplint library using the glu library in DIR/lib + --enable-cplint=DIR enable the cplint library using the glu library in DIR/lib --enable-myddas[=DIR] enable the MYDDAS library --enable-myddas-stats enable the MYDDAS library statistics support --enable-myddas-top-level enable the MYDDAS top-level support to MySQL diff --git a/configure.in b/configure.in index 0ab37d7ca..8f9c389af 100644 --- a/configure.in +++ b/configure.in @@ -79,7 +79,7 @@ AC_ARG_ENABLE(dlcompat, use_dlcompat="$enableval", use_dlcompat=no) AC_ARG_ENABLE(cplint, - [ --enable-cplint[=DIR] enable the cplint library using the glu library in DIR/lib], + [ --enable-cplint[=DIR] enable the cplint library using the glu library in DIR/lib], yap_cv_cplint=$enableval, yap_cv_cplint=no) AC_ARG_WITH(gmp,