From 97785c838e088f978c8dd2c4c796cdcbeafebffc Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 13 Feb 2010 09:22:12 -0800 Subject: Compiling under old fedora8 with boost 1.37. Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 18598b2b6..d8c911f47 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AM_INIT_AUTOMAKE(uhd, 0) ## Setup C++ and Libtool ################################################## AC_PROG_CXX -LT_INIT +AC_PROG_LIBTOOL#LT_INIT ################################################## ## Check Boost @@ -89,7 +89,7 @@ AC_DEFUN([UHD_OPTIONAL_CXXFLAG],[ UHD_OPTIONAL_CXXFLAG([-Wall]) UHD_OPTIONAL_CXXFLAG([-Wextra]) -UHD_OPTIONAL_CXXFLAG([-Werror]) +#UHD_OPTIONAL_CXXFLAG([-Werror]) UHD_OPTIONAL_CXXFLAG([-pedantic]) UHD_OPTIONAL_CXXFLAG([-ansi]) -- cgit v1.2.3