projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bac068
)
don't give out an error when using --cflags followed by a list of libraries; this...
author
Francesco Montorsi
<f18m_cpp217828@yahoo.it>
Tue, 15 Jan 2008 18:06:28 +0000
(18:06 +0000)
committer
Francesco Montorsi
<f18m_cpp217828@yahoo.it>
Tue, 15 Jan 2008 18:06:28 +0000
(18:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51226
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wx-config.in
patch
|
blob
|
blame
|
history
diff --git
a/wx-config.in
b/wx-config.in
index 811b640290cf89a0658ffde0057e978294a11616..6cabef88d43e8354d1f2e395ed784d1a33a08026 100755
(executable)
--- a/
wx-config.in
+++ b/
wx-config.in
@@
-277,7
+277,7
@@
for arg do
*)
# We validate the parameters later ...
- if [ "$_name" = "cxxflags" ] || [ "$_name" = "cppflags" ]; then
+ if [ "$_name" = "cxxflags" ] || [ "$_name" = "cppflags" ]
|| [ "$_name" = "cflags" ]
; then
cxx_parameters="${cxx_parameters:+$cxx_parameters }$arg"
elif [ "$_name" = "libs" ]; then
libs_parameters="${libs_parameters:+$libs_parameters }$arg"