[shibboleth-sp2] 45/100: Fixed some small issues with RPC test
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.2.1
in repository shibboleth-sp2.
commit d3000b3ee1383544c37427e209d7f491c45036ea
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Oct 18 20:49:32 2004 +0000
Fixed some small issues with RPC test
---
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 42df24f..72e7ab1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,14 +69,13 @@ fi
# what SunRPC library should we use?
AC_MSG_NOTICE([checking for which SunRPC library to use])
AC_ARG_ENABLE(native-rpc,
- AC_HELP_STRING([--enable-native-rpc, [Use the OS-supplied Sun RPC library]),
+ AC_HELP_STRING([--enable-native-rpc], [Use the OS-supplied Sun RPC library]),
[if test "x$enableval" = "x" ; then
enable_native_rpc=yes
else
enable_native_rpc="$enableval"
fi],
[enable_native_rpc=unknown])
-AC_CANONICAL_HOST
case "${host}" in
*-*-linux*) if test $enable_native_rpc = "no" ; then
AC_MSG_WARN([appears to be Linux, but you said not to use native RPC library])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list