-fix mysql fix
authorChristian Grothoff <christian@grothoff.org>
Fri, 23 Sep 2016 12:01:54 +0000 (12:01 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 23 Sep 2016 12:01:54 +0000 (12:01 +0000)
configure.ac

index af0e9306d1ea9d7ce0888f4d5436607d034ece26..43876a7ecca13306698d5e5c7e0f1647121a040c 100644 (file)
@@ -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"