Skip to content

Instantly share code, notes, and snippets.

@giddie
Created February 5, 2013 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giddie/4714872 to your computer and use it in GitHub Desktop.
Save giddie/4714872 to your computer and use it in GitHub Desktop.
Patch required to build ArchLinux slurm-llnl package from AUR without GTK.
diff --git a/configure b/configure
index e445e0d..0a997b4 100755
--- a/configure
+++ b/configure
@@ -20414,13 +20414,8 @@ rm -f core conftest.err conftest.$ac_objext \
rm -f conf.glibtest
- if test "x$ac_glib_test" = "xyes"; then
- BUILD_SVIEW_TRUE=
- BUILD_SVIEW_FALSE='#'
-else
BUILD_SVIEW_TRUE='#'
BUILD_SVIEW_FALSE=
-fi
if test ${glib_config_minor_version=0} -ge 32 ; then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment