From c86375831d4002ac58501bacebb3fd12d5c651b8 Mon Sep 17 00:00:00 2001 From: Mikko Koppanen Date: Wed, 17 Nov 2010 15:09:06 +0100 Subject: Remove unneeded substitutions Couldn't find a place where these substs were actually used Signed-off-by: Mikko Koppanen --- configure.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index dd594ce..e06cdbf 100644 --- a/configure.in +++ b/configure.in @@ -263,17 +263,6 @@ AC_HEADER_TIME AC_TYPE_UINT32_T AC_C_VOLATILE -# Substs -stdint="0" -if test "x$HAVE_STDINT_H" = "xyes"; then - stdint="1" -fi - -inttypes="0" -if test "x$HAVE_INTTYPES_H" = "xyes"; then - inttypes="1" -fi - # PGM extension pgm_ext="no" @@ -361,15 +350,11 @@ fi AM_CONDITIONAL(BUILD_PGM, test "x$pgm_ext" = "xyes") AM_CONDITIONAL(ON_MINGW, test "x$on_mingw32" = "xyes") -AC_SUBST(stdint) -AC_SUBST(inttypes) - # Subst LIBZMQ_EXTRA_CFLAGS & CXXFLAGS & LDFLAGS AC_SUBST(LIBZMQ_EXTRA_CFLAGS) AC_SUBST(LIBZMQ_EXTRA_CXXFLAGS) AC_SUBST(LIBZMQ_EXTRA_LDFLAGS) - # Checks for library functions. AC_TYPE_SIGNAL AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs) -- cgit v1.2.3