summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-03-07 17:34:45 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-03-07 17:34:45 +1100
commit0d0966934eb612ac96a01fc79f570cdf4b76bb84 (patch)
tree79caba1c4a8a0f6eafa13a049f24cc6021ed4090 /configure.ac
parent2b59a6dad6ed7c127a2942fe941dac7092337ea4 (diff)
- (dtucker) [configure.ac] Disable gettext search when configuring with
BSM audit support for the time being. ok djm@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 94d127299..b145e127a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.248 2005/02/25 23:07:38 dtucker Exp $ 1# $Id: configure.ac,v 1.249 2005/03/07 06:34:46 dtucker Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -897,7 +897,7 @@ AC_ARG_WITH(audit,
897 AC_CHECK_FUNCS(getaudit, [], 897 AC_CHECK_FUNCS(getaudit, [],
898 [AC_MSG_ERROR(BSM enabled and required function not found)]) 898 [AC_MSG_ERROR(BSM enabled and required function not found)])
899 # These are optional 899 # These are optional
900 AC_CHECK_FUNCS(getaudit_addr gettext) 900 AC_CHECK_FUNCS(getaudit_addr)
901 AC_DEFINE(USE_BSM_AUDIT, [], [Use BSM audit module]) 901 AC_DEFINE(USE_BSM_AUDIT, [], [Use BSM audit module])
902 ;; 902 ;;
903 debug) 903 debug)