Declare models in difinition of cmd_regression; free moment structure
[pspp-builds.git] / configure.ac
index 54e8b883a9fb11e908e08447f4d773cbed36d063..cb5b4c58f814f4a3d879f7fc142e4e8bb12694ec 100644 (file)
@@ -45,7 +45,7 @@ AM_CONDITIONAL(WITHGUI, test x"$with_gui" != x"no")
 
 AC_ARG_WITH(gui_tools, [  --with-gui-tools          build the gui developer tools])
 if test x"$with_gui_tools" = x"yes" ; then 
-       PKG_CHECK_MODULES(GLADE_UI, libgladeui-1.0)
+       PKG_CHECK_MODULES(GLADE_UI, gladeui-1.0)
 fi
 AM_CONDITIONAL(WITH_GUI_TOOLS, test x"$with_gui_tools" = x"yes")