CVS commit by jowenn: make the configure check work again for me. Don't know why the old one suddenly breaks M +1 -1 configure.in.in 1.6 --- koffice/kexi/kexidb/drivers/configure.in.in #1.5:1.6 @@ -41,5 +41,5 @@ if test -n "$MYSQL_CONFIG"; then - mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I',,g" | $SED -e "s,'$,,g"` + mysql_incdir=`$MYSQL_CONFIG --cflags| $SED -e "s,-I,,g" | cut -d " " -f 1` mysql_libdir=`$MYSQL_CONFIG --libs| $SED -e "s,',,g"` MYSQL_INC=$mysql_incdir