Navigation Menu

Skip to content

Commit

Permalink
Remove a garbage space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 28, 2012
1 parent 9280805 commit 8741589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -101,7 +101,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
[AS_HELP_STRING([--with-mysql-source=PATH], [MySQL source directory PATH])],
[
ac_mysql_source_dir="$withval"
if test -f "$ac_mysql_source_dir/sql/handler.h" ; then
if test -f "$ac_mysql_source_dir/sql/handler.h"; then
MYSQL_INC="-I$ac_mysql_source_dir/sql"
MYSQL_INC="$MYSQL_INC -I$ac_mysql_source_dir/include"
MYSQL_INC="$MYSQL_INC -I$ac_mysql_source_dir/regex"
Expand Down

0 comments on commit 8741589

Please sign in to comment.