fixed a bug in a test (there should be a space after -z)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
238663c183
commit
b7ed9e10d3
@ -465,7 +465,7 @@ AC_DEFUN([WX_ARG_ENABLE],
|
|||||||
[
|
[
|
||||||
enablestring=$4
|
enablestring=$4
|
||||||
defaultval=$5
|
defaultval=$5
|
||||||
if test -z"$defaultval"; then
|
if test -z "$defaultval"; then
|
||||||
if test x"$enablestring" = xdisable; then
|
if test x"$enablestring" = xdisable; then
|
||||||
defaultval=yes
|
defaultval=yes
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user