|
Lines 1-6
Link Here
|
| 1 |
--- configure.ac.orig 2013-08-18 04:24:25.049973000 -0600 |
1 |
--- configure.ac.orig 2015-02-26 11:49:16 UTC |
| 2 |
+++ configure.ac 2013-08-19 10:46:53.000000000 -0600 |
2 |
+++ configure.ac |
| 3 |
@@ -110,7 +110,7 @@ |
3 |
@@ -111,7 +111,7 @@ then |
| 4 |
fi |
4 |
fi |
| 5 |
|
5 |
|
| 6 |
# Where to install .pc files. |
6 |
# Where to install .pc files. |
|
Lines 9-15
Link Here
|
| 9 |
AC_SUBST(pkgconfigdir) |
9 |
AC_SUBST(pkgconfigdir) |
| 10 |
|
10 |
|
| 11 |
# Check for standards compliance mode |
11 |
# Check for standards compliance mode |
| 12 |
@@ -1419,6 +1419,7 @@ |
12 |
@@ -1440,6 +1440,7 @@ if test "x$with_kstat" = "xyes" |
| 13 |
then |
13 |
then |
| 14 |
AC_CHECK_LIB(kstat, kstat_open, [with_kstat="yes"], [with_kstat="no (libkstat not found)"], []) |
14 |
AC_CHECK_LIB(kstat, kstat_open, [with_kstat="yes"], [with_kstat="no (libkstat not found)"], []) |
| 15 |
fi |
15 |
fi |
|
Lines 17-23
Link Here
|
| 17 |
if test "x$with_kstat" = "xyes" |
17 |
if test "x$with_kstat" = "xyes" |
| 18 |
then |
18 |
then |
| 19 |
AC_CHECK_LIB(devinfo, di_init, [with_devinfo="yes"], [with_devinfo="no (not found)"], []) |
19 |
AC_CHECK_LIB(devinfo, di_init, [with_devinfo="yes"], [with_devinfo="no (not found)"], []) |
| 20 |
@@ -1428,6 +1429,8 @@ |
20 |
@@ -1449,6 +1450,8 @@ if test "x$with_kstat" = "xyes" |
| 21 |
then |
21 |
then |
| 22 |
AC_DEFINE(HAVE_LIBKSTAT, 1, |
22 |
AC_DEFINE(HAVE_LIBKSTAT, 1, |
| 23 |
[Define to 1 if you have the 'kstat' library (-lkstat)]) |
23 |
[Define to 1 if you have the 'kstat' library (-lkstat)]) |
|
Lines 26-45
Link Here
|
| 26 |
fi |
26 |
fi |
| 27 |
AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes") |
27 |
AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes") |
| 28 |
AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes") |
28 |
AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes") |
| 29 |
@@ -1904,12 +1907,6 @@ |
29 |
@@ -3508,7 +3511,7 @@ fi |
| 30 |
AC_CHECK_LIB(gcrypt, gcry_md_hash_buffer, |
|
|
| 31 |
[with_libgcrypt="yes"], |
| 32 |
[with_libgcrypt="no (symbol gcry_md_hash_buffer not found)"]) |
| 33 |
- |
| 34 |
- if test "$with_libgcrypt" != "no"; then |
| 35 |
- AM_PATH_LIBGCRYPT(1:1.2.0,,with_libgcrypt="no (version 1.2.0+ required)") |
| 36 |
- GCRYPT_CPPFLAGS="$LIBGCRYPT_CPPFLAGS $LIBGCRYPT_CFLAGS" |
| 37 |
- GCRYPT_LIBS="$LIBGCRYPT_LIBS" |
| 38 |
- fi |
| 39 |
fi |
| 40 |
|
| 41 |
CPPFLAGS="$SAVE_CPPFLAGS" |
| 42 |
@@ -3469,7 +3466,7 @@ |
| 43 |
if test "x$with_python" = "xyes" |
30 |
if test "x$with_python" = "xyes" |
| 44 |
then |
31 |
then |
| 45 |
LDFLAGS="-L$python_library_path $LDFLAGS" |
32 |
LDFLAGS="-L$python_library_path $LDFLAGS" |
|
Lines 48-54
Link Here
|
| 48 |
|
35 |
|
| 49 |
AC_CHECK_FUNC(PyObject_CallFunction, |
36 |
AC_CHECK_FUNC(PyObject_CallFunction, |
| 50 |
[with_python="yes"], |
37 |
[with_python="yes"], |
| 51 |
@@ -4339,7 +4336,7 @@ |
38 |
@@ -4415,7 +4418,7 @@ AC_ARG_WITH(libvarnish, [AS_HELP_STRING( |
| 52 |
then |
39 |
then |
| 53 |
AC_MSG_NOTICE([Not checking for libvarnish: Manually configured]) |
40 |
AC_MSG_NOTICE([Not checking for libvarnish: Manually configured]) |
| 54 |
with_libvarnish_cflags="-I$withval/include" |
41 |
with_libvarnish_cflags="-I$withval/include" |