build: more non-cocoa fixes
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 16 May 2016 16:02:16 +0000 (12:02 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 16 May 2016 16:02:16 +0000 (12:02 -0400)
ref 1f03bba199fbbda435a34bba141354456a353c54

configure.ac

index 44f0a3a..44ceb35 100644 (file)
@@ -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