Commit be8ab181 authored by claes's avatar claes

mysql added

parent 06b0c697
......@@ -144,6 +144,12 @@ set_env()
else
export pwre_conf_mq=0
fi
# Mysql
if [ -e /usr/lib/mysql/libmysqlclient.a ]; then
export pwre_conf_mysql=1
else
export pwre_conf_mysql=0
fi
}
pwre_get_variables()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment