X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=ea4cef37de95ff553251123c8245a2b24572d847;hb=9378edb08cecf21474a2ecec769117f362840866;hp=54e8b883a9fb11e908e08447f4d773cbed36d063;hpb=9cbe9768e1e2685c2aceb726cbecb7a1ac082dbc;p=pspp diff --git a/configure.ac b/configure.ac index 54e8b883a9..ea4cef37de 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ AC_SYS_LARGEFILE AC_FUNC_FSEEKO AC_CHECK_LIB(m, sin) PSPP_LIBPLOT +PSPP_LC_PAPER AM_CONDITIONAL(WITHCHARTS, test x"$with_libplot" != x"no") @@ -45,7 +46,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")