quoting fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
01cb68df7c
commit
dcc1b6ad4c
@ -3113,16 +3113,16 @@ dnl ---------------------------------------------------------------------------
|
||||
|
||||
else
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_WARN("*** Xinerama not found; disabling wxDisplay")
|
||||
AC_MSG_WARN([Xinerama not found; disabling wxDisplay])
|
||||
wxUSE_DISPLAY="no"
|
||||
fi
|
||||
elif test "$wxUSE_MSW" = 1; then
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl DirectDraw / Multimon for MSW
|
||||
dnl ---------------------------------------------------------------------------
|
||||
AC_CHECK_HEADERS(multimon.h ddraw.h,[], [
|
||||
AC_CHECK_HEADERS([multimon.h ddraw.h], [], [
|
||||
wxUSE_DISPLAY="no"
|
||||
AC_MSG_WARN("*** ddraw.h or multimon.h not found; disabling wxDisplay")
|
||||
AC_MSG_WARN([ddraw.h or multimon.h not found; disabling wxDisplay])
|
||||
] )
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user