Changeset 003553b
- Timestamp:
- 2008-01-19T18:23:56Z (17 years ago)
- Branches:
- master
- Children:
- 0adce21
- Parents:
- bea1305
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rbea1305 r003553b 189 189 190 190 if [ "$events" = "libevent" ]; then 191 if ! [ - e"${libevent}include/event.h" ]; then191 if ! [ -f "${libevent}include/event.h" ]; then 192 192 echo 193 193 echo 'Warning: Could not find event.h, you might have to install it and/or specify' … … 324 324 325 325 for i in /lib /usr/lib /usr/local/lib; do 326 if [ - e$i/libresolv.a ]; then326 if [ -f $i/libresolv.a ]; then 327 327 echo '#define HAVE_RESOLV_A' >> config.h 328 328 echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings
Note: See TracChangeset
for help on using the changeset viewer.