summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-03-02 00:36:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-03-02 00:36:04 +0000
commit5e522b17204d4332ca056ced38afe8dd16c0e1fc (patch)
treec1e3fee1f355821f4c266dc2e1cb93f2356a8272
parentf9b5b6725991d8deddcd20a890f8c37a86a09fe1 (diff)
downloadATCD-5e522b17204d4332ca056ced38afe8dd16c0e1fc.tar.gz
ChangeLogTag:Wed Mar 1 16:29:55 2000 Ossama Othman <ossama@uci.edu>
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6599ec94191..ed726870b91 100644
--- a/configure.in
+++ b/configure.in
@@ -3389,9 +3389,9 @@ else
dnl The password file related functions above are required for ACE's
dnl alternate implementation.
+ ACE_CONVERT_WARNINGS_TO_ERRORS([
dnl Check for functions necessary for ACE's alternate implementation
dnl of the now obsolete cuserid() function.
-
ACE_CACHE_CHECK([checking if ACE cuserid implementation should be used],
[ace_cv_lib_use_alt_cuserid],
[
@@ -3444,6 +3444,7 @@ else
[
AC_DEFINE(ACE_HAS_ALT_CUSERID)
],)
+ ])
fi