fltk-config from configure: remove libdecor-related flags - cont'd

This commit is contained in:
ManoloFLTK 2022-11-27 10:19:15 +01:00
parent acf7254fe8
commit 13e3a4c613
1 changed files with 1 additions and 2 deletions

View File

@ -1036,8 +1036,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
AC_SUBST([UNAME])
UNAME="$(uname -s)"
AS_CASE([$UNAME],
[Linux], [LDFLAGS="$LDFLAGS -no-pie"],
[*], [CXXFLAGS="$CXXFLAGS -I../libdecor/build"]
[Linux], [LDFLAGS="$LDFLAGS -no-pie"]
)
AC_SEARCH_LIBS([dlopen], [dl])