Changeset 183 in MondoRescue for trunk/mondo/configure.in


Ignore:
Timestamp:
Dec 13, 2005, 2:20:45 AM (18 years ago)
Author:
bcornec
Message:

merge -r180:182 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/configure.in

    r181 r183  
    5555        AC_ARG_ENABLE(standard-pthreads, AS_HELP_STRING(--enable-standard-pthreads,(FreeBSD only) Compile with FreeBSD "standard" pthreads instead of LinuxThreads -- *MAY BE UNSTABLE*), standardthread=1, standardthread=0)
    5656        if test $standardthread -eq 0; then
    57             CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/pthread/linuxthreads"
     57            CPPFLAGS=$CPPFLAGS -D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/pthread/linuxthreads
    5858            PTHREAD="-L/usr/local/lib -llthread -llgcc_r";
    5959            if ! test -f /usr/local/include/pthread/linuxthreads/pthread.h; then
Note: See TracChangeset for help on using the changeset viewer.