From: Sam Hartman Date: Tue, 8 Mar 2011 02:35:46 +0000 (-0500) Subject: Try building with eap from source tree X-Git-Tag: vm/20110310~41 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=339677bc64c6c81c2dd64a754e75007348918a2b;p=moonshot.git Try building with eap from source tree --- diff --git a/mech_eap/acinclude.m4 b/mech_eap/acinclude.m4 index 8353a71..ad31df8 100644 --- a/mech_eap/acinclude.m4 +++ b/mech_eap/acinclude.m4 @@ -51,7 +51,7 @@ AC_ARG_WITH(eap, [Use eap (in specified installation directory)]), [check_eap_dir="$withval"], [check_eap_dir=]) -for dir in $check_eap_dir $prefix /usr /usr/local ; do +for dir in $check_eap_dir $prefix /usr /usr/local ../libeap ; do eapdir="$dir" if test -f "$dir/src/eap_peer/eap.h"; then found_eap="yes";