diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index e221855ca..f5d84bb6d 100644 --- a/configure.ac +++ b/configure.ac @@ -748,12 +748,6 @@ case "$host_os" in enable_osx=yes ;; esac -case "$host_os" in - darwin10*) - CFLAGS="$CFLAGS -isysroot /Developer/SDKs/MacOSX10.5.sdk" - ;; -esac - AM_CONDITIONAL(HAVE_OSX, test x$enable_osx = xyes) AC_ARG_ENABLE(shout, |