Skip to content

Commit

Permalink
fix 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 3, 2024
1 parent 1962103 commit 8c8bfcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -10383,7 +10383,7 @@ printf "%s\n" "$as_me: WARNING: *** Unable to locate PDAL package." >&2;}
ac_save_libs="$LIBS"
ac_save_cflags="$CFLAGS"
ac_save_ldflags="$LDFLAGS"
LDFLAGS="$LDFLAGS $PDAL_LIBS"
LDFLAGS="$LDFLAGS -L/mingw64/lib $PDAL_LIBS"
CFLAGS="$CFLAGS $PDAL_INC"

cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ else
ac_save_cflags="$CFLAGS"
ac_save_ldflags="$LDFLAGS"
dnl LIBS="$LIBS $PDAL_LIBS"
LDFLAGS="$LDFLAGS $PDAL_LIBS"
LDFLAGS="$LDFLAGS -L/mingw64/lib $PDAL_LIBS"
CFLAGS="$CFLAGS $PDAL_INC"
AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <pdal/PointTable.hpp>
#include <pdal/Streamable.hpp>
Expand Down

0 comments on commit 8c8bfcb

Please sign in to comment.