summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-12-30 19:59:37 +0000
committerjbj <devnull@localhost>2000-12-30 19:59:37 +0000
commitb9145eabe09db09a56c9daf3006426b08182d848 (patch)
tree28e94bc8210eb7176559b7982af71c5e03c5c2a1 /configure.in
parente5899585adb06bc6d934b6a571c6778710a334a6 (diff)
downloadlibrpm-tizen-b9145eabe09db09a56c9daf3006426b08182d848.tar.gz
librpm-tizen-b9145eabe09db09a56c9daf3006426b08182d848.tar.bz2
librpm-tizen-b9145eabe09db09a56c9daf3006426b08182d848.zip
- (popt): fix float/double handling (#19701).
- (popt): non-linux needs <float.h> (#22732). CVS patchset: 4390 CVS date: 2000/12/30 19:59:37
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index cc391baa1..8c5c62efb 100644
--- a/configure.in
+++ b/configure.in
@@ -436,6 +436,9 @@ AC_CHECK_HEADERS(sys/mount.h sys/mntctl.h sys/param.h sys/vmount.h)
AC_CHECK_HEADERS(bzlib.h libio.h zlib.h)
AC_CHECK_HEADERS(err.h mcheck.h)
+dnl popt w float/double needs.
+AC_CHECK_HEADERS(float.h)
+
dnl whether or not we should try to build rpmgettext/rpmputtext.
if test X"$USE_NLS" = Xyes; then
BUILD_RPMNLSTOOLS="rpmgettext rpmputtext"