X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=cb5b4c58f814f4a3d879f7fc142e4e8bb12694ec;hb=02118dddfe989ca4fda5db5b54d64b1a564b6674;hp=54e8b883a9fb11e908e08447f4d773cbed36d063;hpb=9cbe9768e1e2685c2aceb726cbecb7a1ac082dbc;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 54e8b883..cb5b4c58 100644 --- a/configure.ac +++ b/configure.ac @@ -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")