Skip to content
Snippets Groups Projects
Commit 027a1365 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: src/modules/mysql/configure.in:1.5
parent 566923a2
No related branches found
No related tags found
No related merge requests found
# #
# $Id: configure.in,v 1.4 1997/01/05 21:46:20 grubba Exp $ # $Id: configure.in,v 1.5 1997/01/05 21:51:15 grubba Exp $
# #
# Configure script for the mysql-module # Configure script for the mysql-module
# #
...@@ -65,8 +65,6 @@ if test x$with_mysql = xyes; then ...@@ -65,8 +65,6 @@ if test x$with_mysql = xyes; then
if test x$pike_cv_mysql_include_dir = xno; then :; else if test x$pike_cv_mysql_include_dir = xno; then :; else
echo Adding $pike_cv_mysql_include_dir to the include search path. echo Adding $pike_cv_mysql_include_dir to the include search path.
CPPFLAGS="-I$pike_cv_mysql_include_dir ${CPPFLAGS}" CPPFLAGS="-I$pike_cv_mysql_include_dir ${CPPFLAGS}"
else
:
fi fi
# Mysql libs # Mysql libs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment