mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
configure proceeds if regex library isn't found
This commit is contained in:
@@ -249,7 +249,10 @@ int main() {
|
||||
else
|
||||
CPPFLAGS="${libopts_save_CPPFLAGS}"
|
||||
LIBS="${libopts_save_LIBS}"
|
||||
AC_MSG_ERROR([the regex library does not work])
|
||||
libopts_cv_with_libregex_root=no
|
||||
libopts_cv_with_libregex_cflags=no
|
||||
libopts_cv_with_libregex_libs=no
|
||||
AC_MSG_RESULT([the regex library does not work and will not be used])
|
||||
fi
|
||||
|
||||
]) # end of AC_DEFUN of LIBOPTS_WITHLIB_REGEX
|
||||
|
||||
Reference in New Issue
Block a user