diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 12:05:41 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 12:05:41 +0100 |
commit | dedc53417ddbea7fc32d691e5af41600c11e45ab (patch) | |
tree | 87a4765e54e99bc90cb86688c88e24084b687fb0 | |
parent | a92060d2211965058517436076c4db345bdc4959 (diff) |
Too optimistic thoughts about makefiles
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0d2affdc4..453cf413a 100755 --- a/configure.in +++ b/configure.in @@ -2845,7 +2845,7 @@ dnl =================================================================== if test "$with_stlport" = "yes" ; then AC_MSG_RESULT([yes]) WITH_STLPORT=YES - SCPDEFS+=-DWITH_STLPORT + SCPDEFS=SCPDEFS="$SCPDEFS -DWITH_STLPORT" BUILD_TYPE="$BUILD_TYPE STLPORT" else WITH_STLPORT=NO |