diff options
-rw-r--r-- | configure.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.in b/configure.in index 81a0029..d9de3df 100644 --- a/configure.in +++ b/configure.in | |||
@@ -113,7 +113,7 @@ if test "$ac_cv_lib_crypt_main" = "yes"; then | |||
113 | fi | 113 | fi |
114 | if test -z "$PGINCLUDE"; then | 114 | if test -z "$PGINCLUDE"; then |
115 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) | 115 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) |
116 | AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see Requirements).]) | 116 | AC_MSG_WARN([install PostgreSQL headers to compile this plugin (see REQUIREMENTS).]) |
117 | else | 117 | else |
118 | AC_SUBST(PGLIBS) | 118 | AC_SUBST(PGLIBS) |
119 | AC_SUBST(PGINCLUDE) | 119 | AC_SUBST(PGINCLUDE) |
@@ -122,11 +122,11 @@ if test "$ac_cv_lib_crypt_main" = "yes"; then | |||
122 | else | 122 | else |
123 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) | 123 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) |
124 | AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"]) | 124 | AC_MSG_WARN([LIBS="$LIBS" CPPFLAGS="$CPPFLAGS"]) |
125 | AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see Requirements).]) | 125 | AC_MSG_WARN([install PostgreSQL libs to compile this plugin (see REQUIREMENTS).]) |
126 | fi | 126 | fi |
127 | else | 127 | else |
128 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) | 128 | AC_MSG_WARN([Skipping PostgreSQL plugin (check_pgsql)]) |
129 | AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see Requirements).]) | 129 | AC_MSG_WARN([install lib crypt and PostgreSQL libs to compile this plugin (see REQUIREMENTS).]) |
130 | fi | 130 | fi |
131 | LIBS="$_SAVEDLIBS" | 131 | LIBS="$_SAVEDLIBS" |
132 | CPPFLAGS="$_SAVEDCPPFLAGS" | 132 | CPPFLAGS="$_SAVEDCPPFLAGS" |
@@ -140,7 +140,7 @@ if test "$ac_cv_lib_radiusclient_rc_read_config" = "yes"; then | |||
140 | AC_SUBST(RADIUSLIBS) | 140 | AC_SUBST(RADIUSLIBS) |
141 | else | 141 | else |
142 | AC_MSG_WARN([Skipping radius plugin]) | 142 | AC_MSG_WARN([Skipping radius plugin]) |
143 | AC_MSG_WARN([install radius libs to compile this plugin (see Requirements).]) | 143 | AC_MSG_WARN([install radius libs to compile this plugin (see REQUIREMENTS).]) |
144 | fi | 144 | fi |
145 | LIBS="$_SAVEDLIBS" | 145 | LIBS="$_SAVEDLIBS" |
146 | 146 | ||
@@ -155,7 +155,7 @@ if test "$ac_cv_lib_ldap_main" = "yes"; then | |||
155 | EXTRAS="$EXTRAS check_ldap" | 155 | EXTRAS="$EXTRAS check_ldap" |
156 | else | 156 | else |
157 | AC_MSG_WARN([Skipping LDAP plugin]) | 157 | AC_MSG_WARN([Skipping LDAP plugin]) |
158 | AC_MSG_WARN([install LDAP libs to compile this plugin (see Requirements).]) | 158 | AC_MSG_WARN([install LDAP libs to compile this plugin (see REQUIREMENTS).]) |
159 | fi | 159 | fi |
160 | LIBS="$_SAVEDLIBS" | 160 | LIBS="$_SAVEDLIBS" |
161 | 161 | ||
@@ -191,11 +191,11 @@ if test "$ac_cv_lib_mysqlclient_mysql_init" = "yes" -o "$ac_cv_lib_mysqlclient_m | |||
191 | AC_SUBST(check_mysql_LDFLAGS) | 191 | AC_SUBST(check_mysql_LDFLAGS) |
192 | else | 192 | else |
193 | AC_MSG_WARN([Skipping mysql plugin]) | 193 | AC_MSG_WARN([Skipping mysql plugin]) |
194 | AC_MSG_WARN([install mysql client headers to compile this plugin (see Requirements).]) | 194 | AC_MSG_WARN([install mysql client headers to compile this plugin (see REQUIREMENTS).]) |
195 | fi | 195 | fi |
196 | else | 196 | else |
197 | AC_MSG_WARN([Skipping mysql plugin]) | 197 | AC_MSG_WARN([Skipping mysql plugin]) |
198 | AC_MSG_WARN([install mysql client libs to compile this plugin (see Requirements).]) | 198 | AC_MSG_WARN([install mysql client libs to compile this plugin (see REQUIREMENTS).]) |
199 | fi | 199 | fi |
200 | CPPFLAGS="$_SAVEDCPPFLAGS" | 200 | CPPFLAGS="$_SAVEDCPPFLAGS" |
201 | LIBS="$_SAVEDLIBS" | 201 | LIBS="$_SAVEDLIBS" |