mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
c02f854709
PR: 118173 Submitted by: Andrew Kolchoogin <andrew@rinet.ru> Approved by: maintainer timeout (98 days)
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
--- configure.in.orig 2006-06-02 11:21:34.000000000 +0200
|
|
+++ configure.in 2008-02-27 21:29:00.000000000 +0100
|
|
@@ -321,7 +321,7 @@
|
|
AC_ARG_WITH(mysql-dir,
|
|
[ --with-mysql-dir=DIR base directory where MySQL is installed ],
|
|
[ mysql_lib_dir="$withval/lib/mysql"
|
|
- mysql_include_dir="$withval/include/mysql"
|
|
+ mysql_include_dir="$withval/include"
|
|
]
|
|
)
|
|
|