* configure.in: Use $krb5_cv_host instead of $host
authorEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:17:57 +0000 (13:17 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 26 Aug 2002 13:17:57 +0000 (13:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14768 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/configure.in

index d1af15a6886ce2a9c6d78103221a17fdeabdb568..73ab232d6e60394f2d789bc3cb6eb3e35b48bf1c 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-26  Ezra Peisach  <epeisach@bu.edu>
+
+       * configure.in: Use $krb5_cv_host instead of $host. 
+
 2002-08-23  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
index 63c9603361576609536b82cd88e896644753b053..68ac8d10865f6a7ab25c6ebc162c7cb9d57bdb8f 100644 (file)
@@ -1,7 +1,8 @@
 AC_INIT(client.c)
 CONFIG_RULES
-dnl set $(host)
-AC_CANONICAL_HOST
+dnl sets $(krb5_cv_host)
+KRB5_BUILD_PROGRAM
+dnl
 AC_CHECK_HEADERS(unistd.h)
 dnl The following are tests for the presence of programs required for testing 
 AC_CHECK_PROG(RUNTEST,runtest,runtest)
@@ -12,7 +13,7 @@ if test "$PERL" = perl -a "$RUNTEST" = runtest -a "$TCL_LIBS" != ""; then
 fi
 AC_SUBST(DO_TEST)
 changequote(<<, >>)
-case "$host" in
+case "$krb5_cv_host" in
 *-*-solaris2.[012345]*)
        PASS=tcp
        ;;
@@ -24,5 +25,4 @@ changequote([, ])
 AC_SUBST(PASS)
 dnl
 CHECK_SIGNALS
-KRB5_BUILD_PROGRAM
 V5_AC_OUTPUT_MAKEFILE