From c6bc99326590f9cd3b63570abc7bb418946aabbe Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Sun, 18 Sep 2016 20:21:38 -0400 Subject: [PATCH] configure.in: fix whitespace Signed-off-by: Felix Janda Signed-off-by: Sven Verdoolaege --- dist/configure.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/configure.in b/dist/configure.in index 6a53a36f..92910046 100644 --- a/dist/configure.in +++ b/dist/configure.in @@ -304,7 +304,7 @@ if test "$vi_cv_gtk" = "yes"; then AC_MSG_ERROR([ *** gtk+-2.0 is required. The latest version of gtk *** is always available from ftp://ftp.gtk.org/. - ]) + ]) else AM_PATH_GTK(1.2.0) GTKINCS="$GTK_CFLAGS" @@ -428,18 +428,18 @@ if test "$vi_cv_perlinterp" = "yes"; then eval `$vi_cv_path_perl -V:shrpenv` vi_cv_perllib=`$vi_cv_path_perl -MConfig -e 'print $Config{privlib}'` perlcppflags=`$vi_cv_path_perl -Mlib=$srcdir -MExtUtils::Embed \ - -e 'ccflags;perl_inc'` + -e 'ccflags;perl_inc'` if test "X$perlcppflags" != "X"; then CPPFLAGS="$perlcppflags $CPPFLAGS" fi perllibs=`cd $srcdir;$vi_cv_path_perl -MExtUtils::Embed \ - -e 'ldopts'` + -e 'ldopts'` perlldflags=`cd $srcdir;$vi_cv_path_perl -MExtUtils::Embed \ - -e 'ccdlflags'` + -e 'ccdlflags'` LIBOBJS="perl.o perlxsi.o perlsfio.o $LIBOBJS" AC_DEFINE(HAVE_PERL_INTERP, 1, [Define if you want to compile in the Perl interpreter.]) - AC_CACHE_CHECK([whether we need to use perl's setenv], + AC_CACHE_CHECK([whether we need to use perl's setenv], vi_cv_perl_setenv, [ AC_TRY_RUN([ #include @@ -498,7 +498,7 @@ dnl AC_DEFINE(USE_SLANG_CURSES) dnl AC_CHECK_LIB(slang, SLtt_get_terminfo, dnl [CURSLIBS="$CURSLIBS -lslang -lm"], dnl [AC_MSG_ERROR(unable to compile. check config.log)], -lm) -dnl +dnl dnl vi_cv_curses=slcurses dnl ], dnl [ @@ -519,7 +519,7 @@ dnl [ AC_CHECK_LIB($vi_cv_curses, waddnwstr,[break]) vi_cv_curses=unknown done - else + else for vi_cv_curses in ncurses ncursesw curses; do AC_CHECK_LIB($vi_cv_curses, initscr, [break]) vi_cv_curses=unknown @@ -532,7 +532,7 @@ dnl [ AC_CHECK_HEADERS(ncurses.h, [CURSHEADER=ncurses.h]) fi if test "$vi_cv_curses" = "ncursesw"; then - AC_CHECK_HEADERS(ncursesw/ncurses.h, + AC_CHECK_HEADERS(ncursesw/ncurses.h, [CURSHEADER=ncursesw/ncurses.h]) fi vi_programs="vi $vi_programs" @@ -964,8 +964,8 @@ AC_SUBST(NEED_FPRINTF_PROTO) AC_CACHE_CHECK([fprintf prototype needed], vi_cv_proto_fprintf, [AC_TRY_COMPILE([ #include typedef int (*funcPtr)(); -],[funcPtr ptr = (funcPtr) fprintf;], -vi_cv_proto_fprintf=no, +],[funcPtr ptr = (funcPtr) fprintf;], +vi_cv_proto_fprintf=no, [vi_cv_proto_fprintf=yes])]) if test "$vi_cv_proto_fprintf" = yes; then AC_DEFINE(NEED_FPRINTF_PROTO, 1, -- 2.11.4.GIT