svn rev #3264: trunk/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Jul 13 15:34:01 EDT 2009


Commit By: ghudson
Log Message:
Correct a typo in configure.ac which was preventing STREAMSPTY from
being defined where appropriate.



Changed Files:
U   trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-07-13 19:08:14 UTC (rev 3263)
+++ trunk/configure.ac	2009-07-13 19:34:01 UTC (rev 3264)
@@ -240,7 +240,7 @@
 fi
 
 # telnet checks for STREAMSPTY to indicate streams and grantpt.
-if test "$krb5_cv_has_stream" = yes -a "$ac_cv_func_grantpt" = yes; then
+if test "$krb5_cv_has_streams" = yes -a "$ac_cv_func_grantpt" = yes; then
     AC_DEFINE(STREAMSPTY,1,[Define if streams pty interface should be used])
 fi
 




More information about the Krb5-appl-commits mailing list