Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use LIBS iso. LDFLAGS when compiling conftest
  • Loading branch information
Erlend E. Aasland committed Mar 7, 2022
commit a8313a1369fecc6bc32d45adb6cf7f2ac2c5b3aa
2 changes: 1 addition & 1 deletion configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3521,7 +3521,7 @@ AS_VAR_IF([found_tcltk], [no], [

WITH_SAVE_ENV([
CPPFLAGS="$TCLTK_CFLAGS $CFLAGS"
LDFLAGS="$TCLTK_LIBS $LDFLAGS"
LIBS="$TCLTK_LIBS $LDFLAGS"

AC_LINK_IFELSE([
AC_LANG_PROGRAM([
Expand Down