From 787cfdd513a9f60579971eee88719d7dcd26ef8b Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 7 Dec 2011 20:08:19 +0000 Subject: NO-JIRA - Added USE_SYSTEM_EXTENSIONS to configure.ac for saslwrapper git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1211613 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/extras/sasl/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/qpid/extras/sasl/configure.ac b/qpid/extras/sasl/configure.ac index 206c2f497d..bc0fadbb31 100644 --- a/qpid/extras/sasl/configure.ac +++ b/qpid/extras/sasl/configure.ac @@ -23,6 +23,7 @@ AC_CONFIG_HEADERS([config.h]) AC_PROG_CC_STDC AM_PROG_CC_C_O AC_PROG_CXX +AC_USE_SYSTEM_EXTENSIONS AC_LANG([C++]) # Check for optional use of help2man -- cgit v1.2.1