]> git.pld-linux.org Git - packages/electric.git/blob - electric-ac_fix.patch
- added BR to make sure it builds correctly
[packages/electric.git] / electric-ac_fix.patch
1 --- configure.in.orig   Sat Jun 15 01:01:30 2002
2 +++ configure.in        Sun Aug 11 22:28:01 2002
3 @@ -47,8 +47,7 @@
4  AC_FUNC_VPRINTF
5  AC_CHECK_FUNCS(ftime getcwd gethostid getpagesize gettimeofday getwd qsort scandir setlocale strstr strchr valloc vsnprintf)
6  
7 -PTHREAD_LIBS=-lpthread
8 -ACX_PTHREAD()
9 +AC_CHECK_PTH(1.4.0,,,no,AC_DEFINE(HAVE_PTHREAD))
10  
11  dnl Figure out how to reference 64-bit unsigned integers
12  AC_CHECK_TYPE(u_int64_t, long long)
This page took 0.055626 seconds and 3 git commands to generate.