]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ssmtp/ssmtp-2.60.9/configure.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ssmtp / ssmtp-2.60.9 / configure.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ssmtp-2.60/./configure.in~configure
7 +++ ssmtp-2.60/./configure.in
8 @@ -1,5 +1,6 @@
9  dnl Process this file with autoconf to produce a configure script.
10 -AC_INIT(ssmtp.c)
11 +AC_INIT
12 +AC_CONFIG_SRCDIR([ssmtp.c])
13  
14  dnl Checks for programs.
15  AC_PROG_INSTALL
16 @@ -13,8 +14,7 @@
17  
18  
19  AC_CACHE_CHECK([for obsolete openlog],ssmtp_cv_obsolete_openlog,
20 -       [ AC_TRY_COMPILE([#include <syslog.h> ] , [ openlog("xx",1); ] , 
21 -       ssmtp_cv_obsolete_openlog=yes, ssmtp_cv_obsolete_openlog=no)]
22 +       [ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <syslog.h>  ]], [[ openlog("xx",1);  ]])],[ssmtp_cv_obsolete_openlog=yes],[ssmtp_cv_obsolete_openlog=no])]
23  )
24  
25  
26 @@ -70,4 +70,5 @@
27  fi
28  enableval=""
29  
30 -AC_OUTPUT(Makefile)
31 +AC_CONFIG_FILES([Makefile])
32 +AC_OUTPUT