[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    quanta
From:       Frederik Nosi <fredi () e-salute ! it>
Date:       2003-10-28 12:21:26
[Download RAW message or body]

CVS commit by fredi: 

 - Updated include and library path for qextmdi


  M +16 -4     configure.in.in   1.34


--- quanta/configure.in.in  #1.33:1.34
@@ -76,5 +76,5 @@
     ],
     [
-      #if KDE_VERSION < ((3<<16) | (1<<8) | (90))
+      #if KDE_VERSION < ((3<<16) | (1<<8) | (93))
          KDE_choke me
       #endif
@@ -93,7 +93,7 @@
     AC_MSG_RESULT(yes)
   else
-    LIB_KMDI='$(top_builddir)/quanta/kmdi/libquantakmdi.la'
-    QEXTMDI_SUBDIR="lib"
-    KMDI_INCLUDES='-I$(top_srcdir)/quanta/kmdi/qextmdi/include'
+    LIB_KMDI='$(top_builddir)/quanta/kmdi/qextmdi/libquantaqextmdi.la'
+    QEXTMDI_SUBDIR="kmdi"
+    KMDI_INCLUDES='-I$(top_srcdir)/quanta/kmdi/qextmdi'
     AC_MSG_RESULT(no)
   fi
@@ -107,2 +107,14 @@
 dnl Check if kmdi is present, if not use giden's one
 QUANTA_CHECK_MDI
+
+AC_ARG_ENABLE(kmdi,
+              [  --enable-kmdi           enable linking with the kmdi libraries - \
dangerous! ], with_kmdi=$enableval, with_kmdi=no) +AM_CONDITIONAL(include_kmdi, test \
-n "$with_kmdi") +
+if test "$with_kmdi" = "yes"; then
+  CXXFLAGS="$CXXFLAGS -DUSE_KMDI"
+else
+  LIB_KMDI=''
+  AC_SUBST(LIB_KMDI)
+fi
+


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic