Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Saturday March 13, 1999 @ 2:13
Author:	tanner

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv8508

Modified Files:
	configure configure.in 
Log Message:
Stupid typo.



****************************************

Index: Vanilla/configure
diff -u Vanilla/configure:1.11 Vanilla/configure:1.12
--- Vanilla/configure:1.11	Sat Mar 13 02:11:01 1999
+++ Vanilla/configure	Sat Mar 13 02:13:53 1999
@@ -1340,7 +1340,7 @@
 fi
 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  echo "$ac_t""yes" 1>&6
+  :
 else
   echo "$ac_t""no" 1>&6
 echo "configure: warning: If you are running Linux and RSA make sure to get our gmp package. See http://vanilla.us.netrek.org" 1>&2
Index: Vanilla/configure.in
diff -u Vanilla/configure.in:1.11 Vanilla/configure.in:1.12
--- Vanilla/configure.in:1.11	Sat Mar 13 02:11:01 1999
+++ Vanilla/configure.in	Sat Mar 13 02:13:54 1999
@@ -95,7 +95,7 @@
 AC_CHECK_HEADERS(sys/timeb.h sys/ptyio.h sys/fcntl.h fcntl.h)
 AC_CHECK_HEADERS(ctype.h machine/endian.h sys/resource.h)
 AC_CHECK_HEADERS(sys/wait.h netinet/in.h sys/filio.h)
-AC_CHECK_HEADER(mp.h, AC_MSG_RESULT(yes), AC_MSG_WARN(If you are running Linux and RSA make sure to get our gmp package. See http://vanilla.us.netrek.org)) 
+AC_CHECK_HEADER(mp.h, , AC_MSG_WARN(If you are running Linux and RSA make sure to get our gmp package. See http://vanilla.us.netrek.org)) 
 
 AC_FUNC_WAIT3
 AC_TYPE_PID_T