]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-ac_fixes.patch
- version 4.15
[packages/stunnel.git] / stunnel-ac_fixes.patch
1 diff -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)
8 +AC_CHECK_SIZEOF(unsigned long long)
9  
10  AC_MSG_NOTICE([**************************************** PTY device files])
11  AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX))
This page took 0.048142 seconds and 3 git commands to generate.