Skip to content

Commit

Permalink
latest autoconf/automake update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 28, 2023
1 parent 95af4e0 commit 9169a2f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -5137,7 +5137,7 @@ MAGICK_PATCHLEVEL_VERSION=3

MAGICK_VERSION=6.9.13-3

MAGICK_GIT_REVISION=844f1d7d7:20231225
MAGICK_GIT_REVISION=95af4e041:20231227


# Substitute library versioning
Expand Down Expand Up @@ -5171,7 +5171,7 @@ PACKAGE_LIB_VERSION=0x69D

PACKAGE_LIB_VERSION_NUMBER=6,9,13,3

PACKAGE_RELEASE_DATE=2023-12-25
PACKAGE_RELEASE_DATE=2023-12-27


# Ensure that make can run correctly
Expand Down Expand Up @@ -11351,7 +11351,8 @@ else $as_nop
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <unistd.h>
main () {
#include <stdlib.h>
int main () {
exit(!(sizeof(off_t) == 8));
}
int
Expand All @@ -11378,6 +11379,9 @@ fi

;;
*)
if test "$ac_cv_sys_file_offset_bits" = ''; then
ac_cv_sys_file_offset_bits=64;
fi
LFS_CPPFLAGS="$LFS_CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
;;
esac
Expand Down

0 comments on commit 9169a2f

Please sign in to comment.