fixed GH #1537: Need to add multiple cflags parameters to configure

This commit is contained in:
Guenter Obiltschnig 2017-01-10 17:14:42 +01:00
parent f42f17dd65
commit c7753d7fb4

2
configure vendored
View File

@ -181,7 +181,7 @@ while [ $# -ge 1 ]; do
odbcinclude="`echo ${1} | awk '{print substr($0,16)}'`" ;;
--cflags=*)
flags="`echo ${1} | awk '{print substr($0,10)}'`" ;;
flags="$flags `echo ${1} | awk '{print substr($0,10)}'`" ;;
--no-samples)
samples="" ;;