Changeset 296
- Timestamp:
- 04/23/2005 04:51:16 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configure.in (modified) (2 diffs)
-
src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r252 r296 83 83 dnl Checks for database. 84 84 MYSQL_INCLUDE="" 85 MYSQL_LIBS="" 85 86 86 87 AC_PATH_PROG(MYSQLCONFIG, mysql_config) … … 97 98 echo "--with-mysql=path-to-mysql_config" 98 99 fi 99 MYSQL_INCLUDE="`$withval -- cflags| sed s/\'//g`"100 MYSQL_INCLUDE="`$withval --include | sed s/\'//g`" 100 101 MYSQL_LIBS="`$withval --libs | sed s/\'//g`" 101 102 -
trunk/src/Makefile.am
r264 r296 75 75 mod_mysql_vhost_la_SOURCES = mod_mysql_vhost.c 76 76 mod_mysql_vhost_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined 77 mod_mysql_vhost_la_CPPFLAGS = $(MYSQL_INCLUDE) 77 78 mod_mysql_vhost_la_LIBADD = $(MYSQL_LIBS) $(common_libadd) 78 79 … … 233 234 lighttpd_LDADD = $(PCRE_LIB) $(DL_LIB) $(SENDFILE_LIB) $(ATTR_LIB) $(common_libadd) $(SSL_LIB) 234 235 lighttpd_LDFLAGS = -export-dynamic 235 lighttpd_CCPFLAGS = $(MYSQL_INCLUDES)236 236 237 237 array_SOURCES = array.c buffer.c data_string.c data_count.c

