From 4328425392c510d6461dc269e0803c61b0edf277 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 16 May 2016 12:02:16 -0400 Subject: [PATCH] build: more non-cocoa fixes ref 1f03bba199fbbda435a34bba141354456a353c54 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 44f0a3a752..44ceb351f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2049,7 +2049,7 @@ window = [[NSWindow alloc] fi AC_SUBST(cocoa_ldflags) -if test "x${want_cocoa}" = "xyes"; then +if test "x${have_cocoa}" = "xyes"; then #test cocoa requirements (objc and Cocoa/Cocoa.h) cocoa_coreservices_ldflags="" have_cocoa_coreservices="no" @@ -3122,7 +3122,7 @@ EFL_LIB_END([Ecore_Input_Evas]) #### Ecore_Cocoa -EFL_LIB_START_OPTIONAL([Ecore_Cocoa], [test "${want_cocoa}" = "yes"]) +EFL_LIB_START_OPTIONAL([Ecore_Cocoa], [test "${have_cocoa}" = "yes"]) ### Additional options to configure