Changeset 138 for trunk/configure.ac


Ignore:
Timestamp:
Oct 28, 2007, 4:55:19 PM (17 years ago)
Author:
rainer
Message:

More fixes for compile and runtime errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r132 r138  
    800800)
    801801
    802 if test x"${mytclient}" = x-DSH_STANDALONE -o x"${mytclient}" = x-DSH_WITH_CLIENT;
    803 then
    804         ACX_PTHREAD
    805         CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
    806         LIBS="$PTHREAD_LIBS $LIBS"
    807         CC="$PTHREAD_CC"
    808 fi
    809        
    810802AC_SUBST(setpwd_prg)
    811803AC_SUBST(yulectl_prg)
     
    878870)
    879871
     872if test x"${mytclient}" = x-DSH_STANDALONE -o x"${mytclient}" = x-DSH_WITH_CLIENT;
     873then
     874        ACX_PTHREAD
     875        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
     876        LIBS="$PTHREAD_LIBS $LIBS"
     877        LDFLAGS="$PTHREAD_LDFLAGS $LDFLAGS"
     878        CC="$PTHREAD_CC"
     879fi
     880       
    880881#
    881882# this is from the snort configure.in
Note: See TracChangeset for help on using the changeset viewer.