Fixed double hyphen in mysql-lib location def.
authorcmiller <cmiller>
Tue, 13 Mar 2001 15:31:51 +0000 (15:31 +0000)
committercmiller <cmiller>
Tue, 13 Mar 2001 15:31:51 +0000 (15:31 +0000)
configure.in

index 8fea2c4..778fe36 100644 (file)
@@ -196,7 +196,7 @@ AC_ARG_WITH(mysql-lib-dir,
 )
 
 AC_ARG_WITH(mysql-dir,
-[  --with-mysql--dir=DIR       Base directory where MySQL is installed ],
+[  --with-mysql-dir=DIR       Base directory where MySQL is installed ],
 [ mysql_lib_dir="$withval/lib/mysql"
   mysql_include_dir="$withval/include"
 ]