Skip to content

Commit

Permalink
Merge pull request #17 from benz0li/fix-16
Browse files Browse the repository at this point in the history
Fix libtiff test configuration
  • Loading branch information
nx10 authored Feb 5, 2024
2 parents 4a88d66 + 5a7db44 commit e025094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CXXFLAGS=`${R_HOME}/bin/R CMD config CXXFLAGS`
CPPFLAGS=`${R_HOME}/bin/R CMD config CPPFLAGS`

# Test configuration
${CXX} ${CPPFLAGS} ${PKG_LIBTIFF_CFLAGS} ${CFLAGS} ${PKG_LIBTIFF_TEST_FILE} -o tmp_libtiff_test >/dev/null 2>configure.log
${CXX} ${CPPFLAGS} ${PKG_LIBTIFF_CFLAGS} ${CFLAGS} ${PKG_LIBTIFF_TEST_FILE} ${PKG_LIBTIFF_LIBS} -o tmp_libtiff_test >/dev/null 2>configure.log
# Customize the error
if [ $? -ne 0 ]; then
echo "------------------------------[ WARNING ]---------------------------"
Expand Down

0 comments on commit e025094

Please sign in to comment.