| # | Line 13213 | Line 13213 | $as_echo "#define ENABLE_SSP_CC 1" >>con | |
|---|---|---|
| 13213 | fi | |
| 13214 | ||
| 13215 | ||
| 13216 | + | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether libssp exists" >&5 |
| 13217 | + | $as_echo_n "checking whether libssp exists... " >&6; } |
| 13218 | + | if ${ssp_cv_lib+:} false; then : |
| 13219 | + | $as_echo_n "(cached) " >&6 |
| 13220 | + | else |
| 13221 | + | ssp_old_libs="$LIBS" |
| 13222 | + | LIBS="$LIBS -lssp" |
| 13223 | + | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13224 | + | /* end confdefs.h. */ |
| 13225 | + | |
| 13226 | + | int |
| 13227 | + | main () |
| 13228 | + | { |
| 13229 | + | |
| 13230 | + | ; |
| 13231 | + | return 0; |
| 13232 | + | } |
| 13233 | + | _ACEOF |
| 13234 | + | if ac_fn_c_try_link "$LINENO"; then : |
| 13235 | + | ssp_cv_lib=yes |
| 13236 | + | else |
| 13237 | + | ssp_cv_lib=no |
| 13238 | + | fi |
| 13239 | + | rm -f core conftest.err conftest.$ac_objext \ |
| 13240 | + | conftest$ac_exeext conftest.$ac_ext |
| 13241 | + | LIBS="$ssp_old_libs" |
| 13242 | + | |
| 13243 | + | fi |
| 13244 | + | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ssp_cv_lib" >&5 |
| 13245 | + | $as_echo "$ssp_cv_lib" >&6; } |
| 13246 | + | if test $ssp_cv_lib = yes; then |
| 13247 | + | LIBS="$LIBS -lssp" |
| 13248 | + | fi |
| 13249 | + | |
| 13250 | + | |
| 13251 | ||
| 13252 | ||
| 13253 | ||
| # | Line 14291 | Line 14326 | _ACEOF | |
| 14326 | int | |
| 14327 | main () | |
| 14328 | { | |
| 14329 | < | epol_create(256); |
| 14329 | > | epoll_create(256); |
| 14330 | ; | |
| 14331 | return 0; | |
| 14332 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |