Skip to content

Commit a67e39f

Browse files
committed
Fix fix fix
1 parent f1b5e5d commit a67e39f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ if [ $(echo "$OSTYPE" | grep "darwin") ]; then
8888

8989
# Fix for CRAN OSX 10.6
9090
if [ -r /usr/local/mysql/include/mysql.h ]; then
91+
echo "Found mysql /usr/local/mysql. Lets try that then."
9192
echo "PKG_CPPFLAGS= -I/usr/local/mysql/include/" > src/Makevars
9293
echo "PKG_LIBS= -L/usr/local/mysql/lib -lmysqlclient" >> src/Makevars
9394
exit 0

0 commit comments

Comments
 (0)