Skip to content

Commit

Permalink
Fix libtiff test configuration
Browse files Browse the repository at this point in the history
- Close #16
  • Loading branch information
benz0li committed Jan 29, 2024
1 parent 4a88d66 commit 5a7db44
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 5a7db44

Please sign in to comment.