mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-18 03:29:47 +02:00
fixed GH #1537: Need to add multiple cflags parameters to configure
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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="" ;;
|
||||||
|
Reference in New Issue
Block a user