Changeset 138 for trunk/configure.ac
- Timestamp:
- Oct 28, 2007, 4:55:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r132 r138 800 800 ) 801 801 802 if test x"${mytclient}" = x-DSH_STANDALONE -o x"${mytclient}" = x-DSH_WITH_CLIENT;803 then804 ACX_PTHREAD805 CFLAGS="$CFLAGS $PTHREAD_CFLAGS"806 LIBS="$PTHREAD_LIBS $LIBS"807 CC="$PTHREAD_CC"808 fi809 810 802 AC_SUBST(setpwd_prg) 811 803 AC_SUBST(yulectl_prg) … … 878 870 ) 879 871 872 if test x"${mytclient}" = x-DSH_STANDALONE -o x"${mytclient}" = x-DSH_WITH_CLIENT; 873 then 874 ACX_PTHREAD 875 CFLAGS="$CFLAGS $PTHREAD_CFLAGS" 876 LIBS="$PTHREAD_LIBS $LIBS" 877 LDFLAGS="$PTHREAD_LDFLAGS $LDFLAGS" 878 CC="$PTHREAD_CC" 879 fi 880 880 881 # 881 882 # this is from the snort configure.in
Note:
See TracChangeset
for help on using the changeset viewer.