Skip to content

Commit

Permalink
Remove obsolete autoconf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Talinx committed Sep 8, 2024
1 parent 798534b commit 4041358
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ if test "x$pure_ascii" = "xyes" ; then
AC_DEFINE([ASCII], [1], [only support ASCII, not UTF-8 or other encodings])
fi

# Checks for header files.
AC_HEADER_STDC

AC_CHECK_HEADER([jpeglib.h],
[ AC_DEFINE([HAVE_JPEGLIB_H], [1], [Define to 1 if you have <jpeglib.h> header file.]) ],
[ AC_MSG_ERROR([required header file jpeglib.h not found, use --with-jpeg-include=PATH or see --help]) ])
Expand Down

0 comments on commit 4041358

Please sign in to comment.