From a96ba56971c37367c762278f67d78f7a0112b470 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 11 Sep 2012 17:11:37 +0000 Subject: [PATCH] merge: fix++ SVN revision: 76466 --- configure.ac | 1 + src/bin/evil/Makefile.am | 2 +- src/lib/evil/Makefile.am | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 4c2a2e9b2c..8eb572646b 100644 --- a/configure.ac +++ b/configure.ac @@ -174,6 +174,7 @@ AC_SUBST([release_info]) ### compilers +AM_PROG_AS AC_PROG_CXX AC_LANG(C) AC_PROG_CPP diff --git a/src/bin/evil/Makefile.am b/src/bin/evil/Makefile.am index 538bbdcc69..32984d5247 100644 --- a/src/bin/evil/Makefile.am +++ b/src/bin/evil/Makefile.am @@ -35,7 +35,7 @@ evil_test_print.h \ evil_test_realpath.h \ evil_test_util.h -if EVIL_HAVE_WINCE +if HAVE_WINCE evil_suite_SOURCES += memcpy_glibc_arm.S diff --git a/src/lib/evil/Makefile.am b/src/lib/evil/Makefile.am index 62d0d56bf3..8876d77e8f 100644 --- a/src/lib/evil/Makefile.am +++ b/src/lib/evil/Makefile.am @@ -24,7 +24,7 @@ evil_util.h stdheadersdir = $(includedir)/evil-@VMAJ@ nobase_dist_stdheaders_DATA = pwd.h sys/mman.h fnmatch.h dirent.h dlfcn.h -if EVIL_HAVE_WINCE +if HAVE_WINCE nobase_dist_stdheaders_DATA += mingw32ce/errno.h @@ -85,7 +85,7 @@ evil_pformat.h \ evil_private.h \ evil_fnmatch_private.h -if EVIL_HAVE_WINCE +if HAVE_WINCE libevil_la_SOURCES += evil_errno.c evil_link_ce.c @@ -101,7 +101,7 @@ libevil_la_CXXFLAGS = @EVIL_CXXFLAGS@ libevil_la_LIBADD = @EVIL_LIBS@ libevil_la_LDFLAGS = -no-undefined -Wl,--enable-auto-import -version-info @version_info@ -if EVIL_HAVE_WINCE +if HAVE_WINCE libevil_la_LINK = $(LINK) $(libevil_la_LDFLAGS)