diff options
author | David Tardon <dtardon@redhat.com> | 2013-02-20 12:42:50 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-02-20 12:46:34 +0100 |
commit | 74a920c59ff7a68f5d42b3b9188ef8aeff28eda1 (patch) | |
tree | 7f2a60e1b99bd784fe1a13c4f1a2c83de8cadfa2 /configure.ac | |
parent | f3ceb0be8805657a3b886509ac255128a11b5974 (diff) |
fdo#60907 export libmysql file name'
Change-Id: I294301e0f87924ac89c16c99f0549c98a7ea7da5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6fad25ab3c9c..b0eea1930d7d 100644 --- a/configure.ac +++ b/configure.ac @@ -7816,6 +7816,7 @@ if test "$ENABLE_MYSQLC" = "YES"; then AC_SUBST(MYSQL_INC) AC_SUBST(MYSQL_LIB) AC_SUBST(MYSQL_DEFINES) + AC_SUBST([LIBMYSQL]) AC_SUBST(LIBMYSQL_PATH) AC_LANG_PUSH([C++]) |