diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-27 10:19:15 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-11-27 10:19:15 +0100 |
| commit | 13e3a4c61343e2bf555ea9b9ee05af4e452e04ab (patch) | |
| tree | e755cf9329788148bcc11ea07f4663562e1e2031 /configure.ac | |
| parent | acf7254fe8337e8b06462555d09d6521723c2024 (diff) | |
fltk-config from configure: remove libdecor-related flags - cont'd
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8cacabfbc..4d67332c5 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |
