aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjave2014-12-31 18:28:26 +0100
committerjave2014-12-31 18:28:26 +0100
commit446f0eeb2ab62aeff8d8a188c8c920b9c10a5bae (patch)
treed3cbd6f673b87a9e8131478df2c0e4caf1b81135
parentc26306b0237235dd414f49d4693192827c07acdb (diff)
downloademacs-446f0eeb2ab62aeff8d8a188c8c920b9c10a5bae.tar.gz
emacs-446f0eeb2ab62aeff8d8a188c8c920b9c10a5bae.zip
delete trailing whitespace
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
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
2503if test "${with_xwidgets}" != "no" && test "${USE_GTK_TOOLKIT}" = "GTK3" && test "$window_system" != "none" ; then 2503if test "${with_xwidgets}" != "no" && test "${USE_GTK_TOOLKIT}" = "GTK3" && test "$window_system" != "none" ; then
2504 echo "xwidgets enabled, checking webkit, and others" 2504 echo "xwidgets enabled, checking webkit, and others"
2505 HAVE_XWIDGETS=yes 2505 HAVE_XWIDGETS=yes
2506 AC_DEFINE(HAVE_XWIDGETS, 1, [Define to 1 if you have xwidgets support.]) 2506 AC_DEFINE(HAVE_XWIDGETS, 1, [Define to 1 if you have xwidgets support.])
2507dnl xwidgets 2507dnl xwidgets
2508dnl - enable only if GTK3 is enabled, and we have a window system 2508dnl - enable only if GTK3 is enabled, and we have a window system
2509dnl - check for webkit and gobject introspection 2509dnl - check for webkit and gobject introspection
2510 2510
2511 2511
2512#webkit version for gtk3. 2512#webkit version for gtk3.
2513 WEBKIT_REQUIRED=1.4.0 2513 WEBKIT_REQUIRED=1.4.0
2514 WEBKIT_MODULES="webkitgtk-3.0 >= $WEBKIT_REQUIRED" 2514 WEBKIT_MODULES="webkitgtk-3.0 >= $WEBKIT_REQUIRED"
2515 2515
2516 if test "${with_gtk3}" = "yes"; then 2516 if test "${with_gtk3}" = "yes"; then
2517 PKG_CHECK_MODULES(WEBKIT, $WEBKIT_MODULES, HAVE_WEBKIT=yes, HAVE_WEBKIT=no) 2517 PKG_CHECK_MODULES(WEBKIT, $WEBKIT_MODULES, HAVE_WEBKIT=yes, HAVE_WEBKIT=no)
2518 if test $HAVE_WEBKIT = yes; then 2518 if test $HAVE_WEBKIT = yes; then
2519 AC_DEFINE(HAVE_WEBKIT_OSR, 1, [Define to 1 if you have webkit_osr support.]) 2519 AC_DEFINE(HAVE_WEBKIT_OSR, 1, [Define to 1 if you have webkit_osr support.])
2520 fi 2520 fi
2521 fi 2521 fi
2522 2522
@@ -2527,7 +2527,7 @@ dnl - check for webkit and gobject introspection
2527 AC_DEFINE(HAVE_GIR, 1, [Define to 1 if you have GIR support.]) 2527 AC_DEFINE(HAVE_GIR, 1, [Define to 1 if you have GIR support.])
2528 fi 2528 fi
2529 2529
2530 2530
2531fi 2531fi
2532 2532
2533CFLAGS=$OLD_CFLAGS 2533CFLAGS=$OLD_CFLAGS