diff options
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 2060040..413264a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2772,6 +2772,9 @@ if test "x${want_x11_xlib}" = "xyes" ; then | |||
2772 | 2772 | ||
2773 | AC_DEFINE([HAVE_ECORE_X_XLIB], [1], [Defined to 1 if Xlib is enabled.]) | 2773 | AC_DEFINE([HAVE_ECORE_X_XLIB], [1], [Defined to 1 if Xlib is enabled.]) |
2774 | HAVE_ECORE_X_BACKEND="HAVE_ECORE_X_XLIB" | 2774 | HAVE_ECORE_X_BACKEND="HAVE_ECORE_X_XLIB" |
2775 | |||
2776 | EFL_EVAL_PKGS([ECORE_X]) | ||
2777 | EFL_CHECK_FUNCS([ECORE_X], [dlopen dlsym]) | ||
2775 | fi | 2778 | fi |
2776 | 2779 | ||
2777 | ## XCB | 2780 | ## XCB |