Changeset 20912

Show
Ignore:
Timestamp:
11/12/07 10:23:42 (1 year ago)
Author:
patrick
Message:

MF22 r20911: Work around unexpected breakage in AC_PATH_XTRA on Red Hat

Enterprise Linux 4.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/gadgeteer/configure.ac

    r20905 r20912  
    179179AH_TEMPLATE([GADGET_USE_X11], [Define if the X Window System will be used]) 
    180180 
     181AC_PATH_XTRA 
     182 
    181183if test "x$PLATFORM" = "xDarwin" ; then 
    182184   if test "x$XWIN_UI" = "xyes" ; then 
    183       AC_PATH_XTRA 
    184  
    185185      if test "x$have_x" = "xyes" ; then 
    186186         gadget_use_x11='yes' 
     
    196196   fi 
    197197elif test "x$OS_TYPE" = "xUNIX" ; then 
    198    AC_PATH_XTRA 
    199  
    200198   if test "x$have_x" = "xyes" ; then 
    201199      gadget_use_x11='yes'