summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2005-01-23 20:44:57 +0000
committerjbj <devnull@localhost>2005-01-23 20:44:57 +0000
commit9e1bfe0af5fd0183f882f60ebbb670f867682425 (patch)
tree4c9b6be8c414b95b076e2e26ac2f300f025ffea3 /configure.ac
parent15d076fc8ff97ea14a78d78bf4ddab8939bf6a50 (diff)
downloadlibrpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.tar.gz
librpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.tar.bz2
librpm-tizen-9e1bfe0af5fd0183f882f60ebbb670f867682425.zip
- blueprint rpm-4_4 and HEAD to minimize diff spew.
CVS patchset: 7706 CVS date: 2005/01/23 20:44:57
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 20105c205..b69356a99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,9 @@ AC_CHECK_HEADER([neon/ne_session.h], [
AC_CHECK_LIB(neon, ne_get_response_header, [
AC_DEFINE(HAVE_NEON_NE_GET_RESPONSE_HEADER, 1, [Define to 1 if you have ne_get_response_header() in libneon.])
])
+ AC_CHECK_LIB(neon, ne_send_request_chunk, [
+ AC_DEFINE(HAVE_NEON_NE_SEND_REQUEST_CHUNK, 1, [Define to 1 if you have ne_send_request_chunk() in libneon.])
+ ])
WITH_NEON_INCLUDE="-I${includedir}/neon"
WITH_NEON_LIB="-lneon"
])