]> git.pld-linux.org Git - packages/stunnel.git/blame - stunnel-ac_fixes.patch
- release 2
[packages/stunnel.git] / stunnel-ac_fixes.patch
CommitLineData
d5253945
AG
1diff -burN stunnel-4.06.orig/configure.ac stunnel-4.06/configure.ac
2--- stunnel-4.06.orig/configure.ac 2004-12-26 18:33:15.124066152 +0100
3+++ stunnel-4.06/configure.ac 2004-12-26 18:34:28.262947352 +0100
4@@ -33,6 +33,7 @@
5 AC_CHECK_SIZEOF(unsigned short)
6 AC_CHECK_SIZEOF(unsigned int)
7 AC_CHECK_SIZEOF(unsigned long)
b5c33062 8+AC_CHECK_SIZEOF(unsigned long long)
b5c33062 9
d5253945
AG
10 AC_MSG_NOTICE([**************************************** PTY device files])
11 AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX))
This page took 0.068631 seconds and 4 git commands to generate.