From d3000b3ee1383544c37427e209d7f491c45036ea Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Mon, 18 Oct 2004 20:49:32 +0000 Subject: [PATCH] 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]) -- 2.1.4