Commit 5fe6c725 authored by unknown's avatar unknown

Removed fix that broke compilation when not using mit-pthreads

parent 73ce59d0
......@@ -524,13 +524,6 @@ AC_ARG_WITH(mit-threads,
if test "$with_mit_threads" = "yes"
then
enable_largefile="no" # Will not work on Linux.
if test "$GXX" = "yes"
then
# Needed for gcc 3.0
CCLD=g++
export CCLD
AC_SUBST(CCLD)
fi
fi
# Set flags if we want to force to use pthreads
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment