mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
fixed GH #1537: Need to add multiple cflags parameters to configure
This commit is contained in:
parent
bbecde0829
commit
6a8020b967
4
configure
vendored
4
configure
vendored
@ -2,7 +2,7 @@
|
||||
#
|
||||
# configure
|
||||
#
|
||||
# $Id: //poco/1.4/dist/configure#2 $
|
||||
# $Id$
|
||||
#
|
||||
# Configuration script for POCO.
|
||||
#
|
||||
@ -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="" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user