📄 configure.in
字号:
## Autoconf input file.## Version: $Id: configure.in,v 1.2.4.1 2006/05/21 16:18:04 nbk Exp $#AC_INIT(rlm_eap_peap.c)AC_REVISION($Revision: 1.2.4.1 $)AC_DEFUN(modname,[rlm_eap_peap])fail=eap_peap_ldflags=eap_peap_cflags=if test x$with_[]modname != xno; then dnl ############################################################ dnl # Check for command line options dnl ############################################################ AC_ARG_WITH(rlm-eap-peap-lib-dir, [ --with-rlm-eap-peap-lib-dir directory for eap-peap libs], eap_peap_ldflags="-L$withval") AC_ARG_WITH(rlm-eap-peap-include-dir, [ --with-rlm-eap-peap-include-dir directory for eap-peap includes], eap_peap_cflags="-I$withval") dnl ############################################################ dnl # Check for OpenSSL support dnl ############################################################ AC_MSG_CHECKING(for OpenSSL support) if test "x$OPENSSL_LIBS" != "x"; then AC_MSG_RESULT(yes) else AC_MSG_RESULT(no) fail="OpenSSL" fi targetname=modnameelse targetname= echo \*\*\* module modname is disabled.fiif test x"$fail" != x""; then if test x"${enable_strict_dependencies}" = x"yes"; then AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.]) else AC_MSG_WARN([silently not building ]modname[.]) AC_MSG_WARN([FAILURE: ]modname[ requires: $fail.]) if test x"$headersuggestion" != x; then AC_MSG_WARN([$headersuggestion]) fi if test x"$libsuggestion" != x; then AC_MSG_WARN([$libsuggestion]) fi targetname="" fifiAC_SUBST(eap_peap_ldflags)AC_SUBST(eap_peap_cflags)AC_SUBST(targetname)AC_CONFIG_HEADER([config.h])AC_OUTPUT(Makefile)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -