diff options
author | jbj <devnull@localhost> | 2005-01-23 20:44:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-01-23 20:44:57 +0000 |
commit | 9e1bfe0af5fd0183f882f60ebbb670f867682425 (patch) | |
tree | 4c9b6be8c414b95b076e2e26ac2f300f025ffea3 /configure.ac | |
parent | 15d076fc8ff97ea14a78d78bf4ddab8939bf6a50 (diff) | |
download | librpm-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.ac | 3 |
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" ]) |