Hi list,

attached is a minor patch that ensures that we get a clean configure run on Cygwin 1.x (POSIX.1 layer) systems. The issue on cygwin is, we need a more strict library (-lxml2 in this case) specification while linking.

Asking Paul to apply to CVS please.

Stipe

-------------------------------------------------------------------
Kölner Landstrasse 419
40589 Düsseldorf, NRW, Germany

tolj.org system architecture      Kannel Software Foundation (KSF)
http://www.tolj.org/              http://www.kannel.org/

mailto:st_{at}_tolj.org           mailto:stolj_{at}_kannel.org
-------------------------------------------------------------------
### Eclipse Workspace Patch 1.0
#P mbuni-cvs-head
Index: configure.ac
===================================================================
RCS file: /cvsroot/mbuni/mbuni/configure.ac,v
retrieving revision 1.26
diff -u -r1.26 configure.ac
--- configure.ac        21 Dec 2007 10:14:08 -0000      1.26
+++ configure.ac        27 Dec 2007 16:13:02 -0000
@@ -251,8 +251,9 @@
         AC_MSG_RESULT([$gw_version])
         AC_MSG_CHECKING([Kannel libs])
         if ! $GW_CONFIG --libs &>/dev/null ; then
-                LDFLAGS="$LDFLAGS `$GW_CONFIG --libs`"
                 gw_libdir=`$GW_CONFIG --libs`
+                LDFLAGS="$LDFLAGS $gw_libdir"
+                LIBS="$LIBS $gw_libdir"
                 AC_MSG_RESULT([$gw_libdir])
         fi
         AC_MSG_CHECKING([Kannel includes])
Index: .cvsignore
===================================================================
RCS file: /cvsroot/mbuni/mbuni/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- .cvsignore  25 Oct 2005 09:53:13 -0000      1.1
+++ .cvsignore  27 Dec 2007 16:13:02 -0000
@@ -16,3 +16,9 @@
 libtool
 config.status
 gmon.out
+autom4te.cache
+mbuni-config.h
+mbuni-config.h.in
+.cproject
+.project
+stamp-h1
_______________________________________________
Devel mailing list
Devel@mbuni.org
http://lists.mbuni.org/mailman/listinfo/devel

Reply via email to