diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-13 09:22:12 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-13 09:22:12 -0800 |
commit | 97785c838e088f978c8dd2c4c796cdcbeafebffc (patch) | |
tree | 30b6dbbcd145f507cc353df220bf3b80425fdea5 /configure.ac | |
parent | 51e5396079d8af7cf8287b586ff2351a19ae8381 (diff) | |
download | uhd-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.ac | 4 |
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]) |