[Libreoffice-commits] .: configure.in

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Feb 10 03:07:11 PST 2011


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 948757b7b285df8a13ec74885efebc2551bcd1f6
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Feb 10 12:07:04 2011 +0100

    Too optimistic thoughts about makefiles (2)

diff --git a/configure.in b/configure.in
index 453cf41..6bdb1f3 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=SCPDEFS="$SCPDEFS -DWITH_STLPORT"
+	  SCPDEFS="$SCPDEFS -DWITH_STLPORT"
 	  BUILD_TYPE="$BUILD_TYPE STLPORT"
    else
       WITH_STLPORT=NO


More information about the Libreoffice-commits mailing list