projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb5ca15
)
-fix mysql fix
author
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Sep 2016 12:01:54 +0000
(12:01 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 23 Sep 2016 12:01:54 +0000
(12:01 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index af0e9306d1ea9d7ce0888f4d5436607d034ece26..43876a7ecca13306698d5e5c7e0f1647121a040c 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-833,10
+833,8
@@
AC_ARG_WITH(mysql,
yes|"")
AC_CHECK_HEADERS(mysql/mysql.h,
AC_CHECK_LIB(mysqlclient, mysql_init,
- MYSQL_LDFLAGS="-L$with_mysql/lib -L$with_mysql/lib/mysql"
- MYSQL_CPPFLAGS="-I$with_mysql/include"
-
mysql=true), [], [$CYGWIN_MYSQL_MAGIC])
+ mysql=true), [], [$CYGWIN_MYSQL_MAGIC])
;;
*)
LDFLAGS="-L$with_mysql/lib -L$with_mysql/lib/mysql $LDFLAGS $ZLIBS"