Changeset 4913 in vbox
- Timestamp:
- Sep 20, 2007 8:30:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r4910 r4913 54 54 LIBCRYPTO="-lcrypto" 55 55 LIBPTHREAD="-lpthread" 56 LIBX11="-L/usr/X11R6/lib -L/usr/X11R6/lib64 -lXext -lX11" 56 LIBX11="-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11" 57 INCX11="/usr/local/include" 57 58 LIBXCURSOR="-lXcursor" 58 59 INCZ="" … … 910 911 } 911 912 EOF 912 if test_compile "$LIBX11 $LIBXCURSOR" Xcursor Xcursor; then 913 [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"` 914 if test_compile "$LIBX11 $LIBXCURSOR $I_INCX11" Xcursor Xcursor; then 913 915 log_success "found" 914 916 cnf_append "LIB_XCURSOR" "`strip_l "$LIBXCURSOR"`" … … 940 942 } 941 943 EOF 942 if test_compile "$LIBX11" Xlibs Xlibs; then 944 [ -n "$INCX11" ] && I_INCX11=`prefix_I "$INCX11"` 945 if test_compile "$LIBX11 $I_INCX11" Xlibs Xlibs; then 943 946 log_success "found" 944 947 fi
Note:
See TracChangeset
for help on using the changeset viewer.