Description: Restore CPPFLAGS in configure.ac
 Necessary for (hardening) flags from environment.
Author: Simon Ruderich <simon@ruderich.org>
Last-Update: 2012-04-09
Index: libmatchbox-1.9-osso8/configure.ac
===================================================================
--- libmatchbox-1.9-osso8.orig/configure.ac	2012-03-23 20:19:45.943215410 +0000
+++ libmatchbox-1.9-osso8/configure.ac	2012-04-11 16:43:30.226947513 +0100
@@ -241,8 +241,8 @@
       AC_MSG_ERROR([cannot find Xsettings-client headers])
    fi
    	
-   CPPFLAGS="$saved_CPPFLAGS"
-   LIBS="$saved_LIBS"
+   CPPFLAGS="$xsetsaved_CPPFLAGS"
+   LIBS="$xsetsaved_LIBS"
 
    MB_EXTRA_LIBS="$MB_EXTRA_LIBS $XSET_LIBS"	
    MB_EXTRA_CFLAGS="$MB_EXTRA_CFLAGS $XSET_CFLAGS"	
