Skip to content

Instantly share code, notes, and snippets.

@matsuu
Created May 3, 2009 05:18
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 matsuu/105854 to your computer and use it in GitHub Desktop.
Save matsuu/105854 to your computer and use it in GitHub Desktop.
diff -Naur gwaei-1.0b2.orig/configure.ac gwaei-1.0b2/configure.ac
--- gwaei-1.0b2.orig/configure.ac 2009-05-01 18:46:30.000000000 +0900
+++ gwaei-1.0b2/configure.ac 2009-05-03 14:15:34.000000000 +0900
@@ -96,12 +96,12 @@
##esac],[libsexy=false])
##AM_CONDITIONAL([WITHOUT_SEXY], [test x$libsexy = xtrue])
-AC_ARG_ENABLE([gnome],
+AC_ARG_WITH([gnome],
[ --without-gnome turn off the gnome gui interface],
-[case "${enableval}" in
+[case "${withval}" in
yes) gnome=false ;;
no) gnome=true ;;
-*) AC_MSG_ERROR([bad value ${enableval} for --without-gnome]) ;;
+*) AC_MSG_ERROR([bad value ${withval} for --without-gnome]) ;;
esac],[gnome=false])
AM_CONDITIONAL([WITHOUT_GNOME], [test x$gnome = xtrue])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment