Skip to content

Commit a8313a1

Browse files
author
Erlend E. Aasland
committed
Use LIBS iso. LDFLAGS when compiling conftest
1 parent 1533c54 commit a8313a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3521,7 +3521,7 @@ AS_VAR_IF([found_tcltk], [no], [
35213521

35223522
WITH_SAVE_ENV([
35233523
CPPFLAGS="$TCLTK_CFLAGS $CFLAGS"
3524-
LDFLAGS="$TCLTK_LIBS $LDFLAGS"
3524+
LIBS="$TCLTK_LIBS $LDFLAGS"
35253525
35263526
AC_LINK_IFELSE([
35273527
AC_LANG_PROGRAM([

0 commit comments

Comments
 (0)