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

View File

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