Check-in Number:
|
721 | |
Date: |
2001-Aug-21 12:16:30 (local)
2001-Aug-21 10:16:30 (UTC) |
User: | simons |
Branch: | |
Comment: |
Removed duplicate quotation characters in AC_CHECK_EXTLIB's help
string. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/lmtp2nntp/aclocal.m4 1.3 -> 1.4
--- aclocal.m4 2001/08/21 10:13:27 1.3
+++ aclocal.m4 2001/08/21 10:16:30 1.4
@@ -201,7 +201,7 @@
AC_DEFUN(AC_CHECK_EXTLIB,[dnl
AC_ARG_WITH($2, [dnl
-[ --with-]$2[[[=DIR]] build with $1 library (default=no)]], [dnl
+[ --with-]$2[[=DIR] build with $1 library (default=no)]], [dnl
if test ".$with_$2" = .yes; then
# via config script
$2_version=`($2-config --version) 2>/dev/null`
|
|