From 3932b1af7c8c36b7b69242e9904c2f54ae4ed0cd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 12 Aug 2016 16:59:06 +0000 Subject: Remove uses of the '$(shell if test ...' syntax from Makefile that is not cross-platform git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11872 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- makeinclude.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 0dfdb28ef..07a85d9b7 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -28,10 +28,7 @@ FL_VERSION = @FL_VERSION@ # FLTK configuration options -BUILD_GDI = @BUILD_GDI@ -BUILD_X11 = @BUILD_X11@ -BUILD_XFT = @BUILD_XFT@ -USEMMFILES = @USEMMFILES@ +BUILD = @BUILD@ # Standard configure variables -- cgit v1.2.3