[Libreoffice-commits] .: configure.in
Fridrich Strba
fridrich at kemper.freedesktop.org
Thu Feb 10 03:05:57 PST 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dedc53417ddbea7fc32d691e5af41600c11e45ab
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date: Thu Feb 10 12:05:41 2011 +0100
Too optimistic thoughts about makefiles
diff --git a/configure.in b/configure.in
index 0d2affd..453cf41 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
More information about the Libreoffice-commits
mailing list