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

This commit is contained in:
Guenter Obiltschnig
2017-01-10 17:13:20 +01:00
parent bbecde0829
commit 6a8020b967

4
configure vendored
View File

@@ -2,7 +2,7 @@
# #
# configure # configure
# #
# $Id: //poco/1.4/dist/configure#2 $ # $Id$
# #
# Configuration script for POCO. # Configuration script for POCO.
# #
@@ -181,7 +181,7 @@ while [ $# -ge 1 ]; do
odbcinclude="`echo ${1} | awk '{print substr($0,16)}'`" ;; odbcinclude="`echo ${1} | awk '{print substr($0,16)}'`" ;;
--cflags=*) --cflags=*)
flags="`echo ${1} | awk '{print substr($0,10)}'`" ;; flags="$flags `echo ${1} | awk '{print substr($0,10)}'`" ;;
--no-samples) --no-samples)
samples="" ;; samples="" ;;