From: Andre Noll Date: Sat, 10 Mar 2007 09:38:50 +0000 (+0100) Subject: READMY.mysql: replace --enable-mysql-headers by --with-mysql-headers X-Git-Tag: v0.2.16~43 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=570fe965290997289501960672d471b7d732f588;hp=1a6fca660c4c8af101be0d576e009f40275757c0 READMY.mysql: replace --enable-mysql-headers by --with-mysql-headers The configure option was changed some time ago, but the README file still uses the old syntax. --- diff --git a/README.mysql b/README.mysql index 986afb30..4531a32c 100644 --- a/README.mysql +++ b/README.mysql @@ -23,9 +23,9 @@ Remember: If something doesn't work as expected, look at the server log file and/or increase output verbosity by using the -l switch for server and client. ------------------------------------- +------------------------------------- Specify mysql data (port, passwd,...) ------------------------------------- +------------------------------------- Type @@ -64,11 +64,11 @@ more info) or that para_server was built without mysql support. Type to find out. If mysql is not mentioned as a supported selector, you'll have to recompile. If configure does not detect your mysql -installation, use the --enable-mysql-headers and --enable-mysql-libs +installation, use the --with-mysql-headers and --with-mysql-libs options to specify the mysql path explicitly . Example: - ./configure --enable-mysql-headers=/Library/MySQL/include \ - --enable-mysql-libs=/Library/MySQL/lib/mysql + ./configure --with-mysql-headers=/Library/MySQL/include \ + --with-mysql-libs=/Library/MySQL/lib/mysql ---------------------