From: jave Date: Wed, 31 Dec 2014 17:28:26 +0000 (+0100) Subject: delete trailing whitespace X-Git-Tag: emacs-25.0.90~2627 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=446f0eeb2ab62aeff8d8a188c8c920b9c10a5bae;p=emacs.git delete trailing whitespace --- diff --git a/configure.ac b/configure.ac index e63b7514ed8..ad89cc07dcf 100644 --- a/configure.ac +++ b/configure.ac @@ -2503,20 +2503,20 @@ HAVE_GIR=no if test "${with_xwidgets}" != "no" && test "${USE_GTK_TOOLKIT}" = "GTK3" && test "$window_system" != "none" ; then echo "xwidgets enabled, checking webkit, and others" HAVE_XWIDGETS=yes - AC_DEFINE(HAVE_XWIDGETS, 1, [Define to 1 if you have xwidgets support.]) + AC_DEFINE(HAVE_XWIDGETS, 1, [Define to 1 if you have xwidgets support.]) dnl xwidgets dnl - enable only if GTK3 is enabled, and we have a window system dnl - check for webkit and gobject introspection -#webkit version for gtk3. +#webkit version for gtk3. WEBKIT_REQUIRED=1.4.0 WEBKIT_MODULES="webkitgtk-3.0 >= $WEBKIT_REQUIRED" if test "${with_gtk3}" = "yes"; then PKG_CHECK_MODULES(WEBKIT, $WEBKIT_MODULES, HAVE_WEBKIT=yes, HAVE_WEBKIT=no) if test $HAVE_WEBKIT = yes; then - AC_DEFINE(HAVE_WEBKIT_OSR, 1, [Define to 1 if you have webkit_osr support.]) + AC_DEFINE(HAVE_WEBKIT_OSR, 1, [Define to 1 if you have webkit_osr support.]) fi fi @@ -2527,7 +2527,7 @@ dnl - check for webkit and gobject introspection AC_DEFINE(HAVE_GIR, 1, [Define to 1 if you have GIR support.]) fi - + fi CFLAGS=$OLD_CFLAGS