diff options
author | Laurent Napias <[email protected]> | 2019-06-29 12:11:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-05 15:16:55 +0200 |
commit | 05da340477cb5c83fd07813f67a6e81b0bbd3181 (patch) | |
tree | 6b03ef76fe36250975cd184c1842dd5e290e1337 /configure.ac | |
parent | 9e0f65aae1436d3758bf5d0b93502380a4a6fb29 (diff) | |
download | mate-screensaver-05da340477cb5c83fd07813f67a6e81b0bbd3181.tar.bz2 mate-screensaver-05da340477cb5c83fd07813f67a6e81b0bbd3181.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 9062627..b215428 100644 --- a/configure.ac +++ b/configure.ac @@ -193,7 +193,7 @@ dnl --------------------------------------------------------------------------- # AC_DEFUN([AC_CHECK_X_HEADER], [ ac_save_CPPFLAGS="$CPPFLAGS" - if test \! -z "$includedir" ; then + if test \! -z "$includedir" ; then CPPFLAGS="$CPPFLAGS -I$includedir" fi CPPFLAGS="$CPPFLAGS $X_CFLAGS" @@ -204,7 +204,7 @@ AC_DEFUN([AC_CHECK_X_HEADER], [ # AC_DEFUN([AC_TRY_X_COMPILE], [ ac_save_CPPFLAGS="$CPPFLAGS" - if test \! -z "$includedir" ; then + if test \! -z "$includedir" ; then CPPFLAGS="$CPPFLAGS -I$includedir" fi CPPFLAGS="$CPPFLAGS $X_CFLAGS" @@ -220,7 +220,7 @@ AC_DEFUN([AC_CHECK_X_LIB], [ ac_save_LDFLAGS="$LDFLAGS" # ac_save_LIBS="$LIBS" - if test \! -z "$includedir" ; then + if test \! -z "$includedir" ; then CPPFLAGS="$CPPFLAGS -I$includedir" fi # note: $X_CFLAGS includes $x_includes @@ -335,7 +335,7 @@ if test "$with_mit" = yes; then if test "$have_mit" = no; then # Looks like some versions of XFree86 (whichever version - # it is that comes with RedHat Linux 2.0 -- I can't find a version + # it is that comes with RedHat Linux 2.0 -- I can't find a version # number) put this in Xss instead of Xext. AC_CHECK_X_LIB(Xss, XScreenSaverRegister, [have_mit=yes; SAVER_LIBS="$SAVER_LIBS -lXss"], |