Skip to content

Commit

Permalink
wx-config --libs all for referring to AUI and PropGrid
Browse files Browse the repository at this point in the history
  • Loading branch information
tabe committed Jun 29, 2023
1 parent 08f619c commit dd83570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ WXWIDGETS_CXXFLAGS=
WXWIDGETS_LIBS=
if test -d "$with_wxWidgets"; then
WXWIDGETS_CXXFLAGS="`$with_wxWidgets/bin/wx-config --cxxflags`"
WXWIDGETS_LIBS="`$with_wxWidgets/bin/wx-config --libs`"
WXWIDGETS_LIBS="`$with_wxWidgets/bin/wx-config --libs all`"
elif test ! -z "$with_wxWidgets"; then
AC_MSG_ERROR([$with_wxWidgets is not a directory, please specify valid location of wxWidgets])
fi
Expand Down

0 comments on commit dd83570

Please sign in to comment.