Skip to content
Snippets Groups Projects
Commit 28e762f7 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

fix for slightly different behaviour of Mac OS X sed.

git-svn-id: http://root.cern.ch/svn/root/trunk@14766 27541ba8-7e3a-0410-8455-c3a389f83636
parent 78db3a58
No related merge requests found
...@@ -1497,7 +1497,7 @@ if test ! "x$enable_mysql" = "xno"; then ...@@ -1497,7 +1497,7 @@ if test ! "x$enable_mysql" = "xno"; then
else else
result "ok" result "ok"
mysqllib=`mysql_config --libs` mysqllib=`mysql_config --libs`
mysqlincdir=`mysql_config --cflags | sed -e 's,^.*-I\([^ ]\+\).*$,\1,'` mysqlincdir=`mysql_config --cflags | sed -e 's,^.*-I\([^ ]*\).*$,\1,'`
mysqllibdir="" mysqllibdir=""
fi fi
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment