quoting fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-04-16 21:19:04 +00:00
parent 01cb68df7c
commit dcc1b6ad4c
2 changed files with 1207 additions and 300 deletions

1501
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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