FLTK logo

[master] 13e3a4c - fltk-config from configure: remove libdecor-related flags - cont'd

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 13e3a4c - fltk-config from configure: remove libdecor-related flags - cont'd "ManoloFLTK" Nov 27, 2022  
 
commit 13e3a4c61343e2bf555ea9b9ee05af4e452e04ab
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Sun Nov 27 10:19:15 2022 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Sun Nov 27 10:19:15 2022 +0100

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

 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git configure.ac configure.ac
index 8cacabf..4d67332 100644
--- configure.ac
+++ 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])
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.