summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Zaoui <daniel.zaoui@yahoo.com>2017-06-09 01:30:15 +0300
committerDaniel Zaoui <daniel.zaoui@yahoo.com>2017-06-11 09:44:57 +0300
commit8250b06d91f76a014550a50071d130c241a8f5ce (patch)
treecb836081ef2158cfe2acf12b91b927e50e15ac18
parentae50dec3e57fc38d3f0f23eb8d5377a05ab38e14 (diff)
downloadefl-8250b06d91f76a014550a50071d130c241a8f5ce.tar.gz
Revert "efl_debugd: only compile this on Linux."
This reverts commit eafe0c74e13f1a379c219e03f754f8d47e237e27. It is not needed anymore as the daemon is now portable.
-rw-r--r--configure.ac1
-rw-r--r--src/Makefile_Efl.am2
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 966d900d2f..8e7de1256c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -267,7 +267,6 @@ AM_CONDITIONAL([HAVE_WIN32], [test "x${have_win32}" = "xyes"])
AM_CONDITIONAL([HAVE_WINDOWS], [test "x${have_windows}" = "xyes"])
AM_CONDITIONAL([HAVE_PS3], [test "x${have_ps3}" = "xyes"])
-AM_CONDITIONAL([HAVE_LINUX], [test "x${have_linux}" = "xyes"])
AM_CONDITIONAL([HAVE_FREEBSD], [test "x${have_freebsd}" = "xyes"])
AM_CONDITIONAL([HAVE_OSX], [test "x${have_darwin}" = "xyes"])
AM_CONDITIONAL([HAVE_X86_64], [test "x${host_cpu}" = "xx86_64"])
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index 921024c7d7..f501c8254f 100644
--- a/src/Makefile_Efl.am
+++ b/src/Makefile_Efl.am
@@ -168,7 +168,7 @@ bin_PROGRAMS += bin/efl/efl_debug
# macOS/windows without commenting out most of the code. So, instead of
# having an efl_debugd that won't do anything on macOS, we just wont't
# compile it, until we've made it cross-platform.
-if HAVE_LINUX
+if !HAVE_OSX
bin_PROGRAMS += bin/efl/efl_debugd
endif