Index: trunk/psLib/configure.ac
===================================================================
--- trunk/psLib/configure.ac	(revision 4549)
+++ trunk/psLib/configure.ac	(revision 4816)
@@ -118,7 +118,7 @@
 ]],[[int v=MYSQL_VERSION_ID;
     if (v < 40102) {
-	exit(1);
+    exit(1);
     } else {
-	exit(0);
+    exit(0);
     }
 ]])], [], [AC_MSG_ERROR([MySQL 4.1.2 or newer is required.  Obtain it at  http://www.mysql.com or use --with-mysql to specify location.])])
@@ -192,4 +192,5 @@
 dnl LDFLAGS="${LDFLAGS=} `${XML_CONFIG} --libs`"
 PSLIB_LIBS="${PSLIB_LIBS=} `${XML_CONFIG} --libs`"
+PSLIB_CFLAGS="${PSLIB_CFLAGS=} `${XML_CONFIG} --cflags`"
 
 dnl ------------------- SWIG options ---------------------
