Morten Nilsen wrote:
Phuah Yee Keat wrote:

Sorry for creating spam for the list, but config.log and "configure.out" please. :)


here you go,

Its a bug in my patch, try this.... _should_ work.

Cheers,
Phuah Yee Keat
--- configure.in.org    2005-11-10 14:53:14.000000000 +0800
+++ configure.in        2005-11-10 18:42:17.000000000 +0800
@@ -120,6 +120,11 @@
   [ AC_MSG_ERROR(Freetype isn't installed) ]
 )
 
+# check for X
+AC_PATH_XTRA
+CPPFLAGS="$X_CFLAGS $CPPFLAGS"
+LIBS="$X_LIBS $LIBS"
+
 #####################################################################
 ## Engines
 
@@ -147,7 +152,6 @@
        ]
 )
 if test "x$have_evas_software_x11" = "xyes"; then
-  AC_PATH_XTRA
   AC_CHECK_HEADER(X11/X.h,
     [
       AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_X11, true)
@@ -203,8 +207,6 @@
        ]
 )
 if test "x$have_evas_software_xcb" = "xyes"; then
-  AC_PATH_XTRA
-
   PKG_CHECK_MODULES(
     XCB_ICCCM,
     xcb-icccm)
@@ -535,7 +537,6 @@
        ]
 )
 if test "x$have_evas_xrender_x11" = "xyes"; then
-  AC_PATH_XTRA
   AC_CHECK_HEADER(X11/X.h,
     [
       AC_CHECK_HEADER(X11/extensions/Xrender.h,

Reply via email to