diff options
author | jbj <devnull@localhost> | 2000-12-30 19:59:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-30 19:59:37 +0000 |
commit | b9145eabe09db09a56c9daf3006426b08182d848 (patch) | |
tree | 28e94bc8210eb7176559b7982af71c5e03c5c2a1 /configure.in | |
parent | e5899585adb06bc6d934b6a571c6778710a334a6 (diff) | |
download | librpm-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.in | 3 |
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" |