Skip to content

Instantly share code, notes, and snippets.

@avsej
Created February 15, 2012 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsej/1835234 to your computer and use it in GitHub Desktop.
Save avsej/1835234 to your computer and use it in GitHub Desktop.
#!/bin/sh
ac_cv_have_winsock2=yes
ac_cv_have_libevent=no
ac_cv_header_event_h=no
test "x${ac_cv_have_winsock2}" != "xyes" -a \( "x${ac_cv_have_libevent}" != "xyes" -o "x$ac_cv_header_event_h" != "xyes" \)
echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment