diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 20:14:47 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-11-04 20:54:21 +0900 |
commit | 0d0a746f0c0d210d5be1f741f7e5b3a8148c7755 (patch) | |
tree | 8442b56e10fa5d9cfd565a2f94af8b90714e3dc7 /configure.ac | |
parent | d9049a11de53edd946cd482d892718226e3c8e58 (diff) |
elementary: automatically detect if compiler can build quicklaunch binary.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9359596c3..0c6a627f8 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -213,6 +213,9 @@ AC_ARG_ENABLE([quick-launch], | |||
213 | [AC_HELP_STRING([--disable-quick-launch], [disable quick-launch support, @<:@default=detect@:>@])], | 213 | [AC_HELP_STRING([--disable-quick-launch], [disable quick-launch support, @<:@default=detect@:>@])], |
214 | [want_quicklaunch=$enableval], []) | 214 | [want_quicklaunch=$enableval], []) |
215 | 215 | ||
216 | # Check if we can build binary with quicklaunch support | ||
217 | ELM_QUICKLAUNCH | ||
218 | |||
216 | if test "x$want_quicklaunch" != "xno"; then | 219 | if test "x$want_quicklaunch" != "xno"; then |
217 | AC_CHECK_FUNCS(fork, [ | 220 | AC_CHECK_FUNCS(fork, [ |
218 | have_fork="yes" | 221 | have_fork="yes" |