Kaydet (Commit) b653ed6c authored tarafından Jan Iversen's avatar Jan Iversen

WITH_STLPORT is set to "NO" but the test later is != "no".

Test is changed to "NO", now it works on ubuntu.
üst 48468223
......@@ -2694,8 +2694,8 @@ dnl ===================================================================
dnl Checks for what the default STL should be
dnl ===================================================================
AC_MSG_CHECKING([what the default STL should be])
DEFAULT_TO_STLPORT="no"
if test "$WITH_STLPORT" != "no"; then
DEFAULT_TO_STLPORT="NO"
if test "$WITH_STLPORT" != "NO"; then
AC_MSG_ERROR([Option --with-stlport is no longer available.])
else
USE_SYSTEM_STL="YES"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment