Navigation Menu

Skip to content

Commit

Permalink
Expand $(top_builddir) for using config.sh in run-sql-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 19, 2012
1 parent 170e908 commit 5199a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -107,7 +107,7 @@ AC_DEFUN([CONFIG_OPTION_MYSQL],[
:
;;
*)
ac_mysql_source_dir="\$(top_builddir)/$ac_mysql_source_dir"
ac_mysql_source_dir="$ac_pwd/$ac_mysql_source_dir"
;;
esac
MYSQL_INC="-I$ac_mysql_source_dir/sql"
Expand Down

0 comments on commit 5199a48

Please sign in to comment.