mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
Finish config.m4 changes
This commit is contained in:
@@ -3,15 +3,12 @@ dnl $Id$
|
||||
sinclude(ext/mysql/libmysql/acinclude.m4)
|
||||
sinclude(ext/mysql/libmysql/mysql.m4)
|
||||
|
||||
AC_ARG_WITH(mysql,[],[enable_mysql=$withval])
|
||||
|
||||
AC_MSG_CHECKING(for MySQL support)
|
||||
AC_ARG_WITH(mysql,
|
||||
[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
|
||||
install directory, defaults to searching through
|
||||
a number of common places for the MySQL files.
|
||||
Set DIR to "shared" to build as a dl, or "shared,DIR"
|
||||
to build as a dl and still specify DIR.],
|
||||
[
|
||||
PHP_MYSQL=$withval
|
||||
AC_ARG_ENABLE(mysql,
|
||||
[ --enable-mysql Enable embedded MySQL support],[
|
||||
PHP_MYSQL=$enableval
|
||||
],[
|
||||
PHP_MYSQL=no
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user