repair glade; switched to gladeui-2.0; removed the internal-child in psppire-dialog.
[pspp] / configure.ac
index cc1dbba0635a410c799638687fff6f5f72bee3b3..1e6edf6d697beeb82e8eab7deaa03b2eacef823c 100644 (file)
@@ -222,7 +222,7 @@ AC_ARG_WITH(
   gui_tools,
   [AS_HELP_STRING([--with-gui-tools], [build the gui developer tools.  For DEVELOPERS only! There is no reason why users will need this flag.])])
 if test x"$with_gui_tools" = x"yes" ; then 
-       PKG_CHECK_MODULES(GLADE_UI, gladeui-1.0)
+       PKG_CHECK_MODULES(GLADE_UI, gladeui-2.0)
 fi
 AM_CONDITIONAL(WITH_GUI_TOOLS, test x"$with_gui_tools" = x"yes")