From: Kurt Zeilenga Date: Fri, 30 Apr 1999 00:48:47 +0000 (+0000) Subject: Generate #error instead of just letting the compile fail. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~109 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=135d850ee6c3819d0e265e17b123219049dcd990;p=openldap Generate #error instead of just letting the compile fail. --- diff --git a/include/ac/regex.h b/include/ac/regex.h index 87033a8b7e..99afaec3d8 100644 --- a/include/ac/regex.h +++ b/include/ac/regex.h @@ -24,6 +24,7 @@ For NT: http://people.delphi.com/gjc/hs_regex.html */ +#error "No POSIX REGEX available." #else /* have regex.h, assume it's POSIX compliant */ # include