aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-13 09:22:12 -0800
committerJosh Blum <josh@joshknows.com>2010-02-13 09:22:12 -0800
commit97785c838e088f978c8dd2c4c796cdcbeafebffc (patch)
tree30b6dbbcd145f507cc353df220bf3b80425fdea5 /configure.ac
parent51e5396079d8af7cf8287b586ff2351a19ae8381 (diff)
downloaduhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.tar.gz
uhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.tar.bz2
uhd-97785c838e088f978c8dd2c4c796cdcbeafebffc.zip
Compiling under old fedora8 with boost 1.37.
Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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])