missing -o in a test

SVN revision: 30098
expedite-1.1
doursse 16 years ago committed by doursse
parent b50e551a93
commit 363cd999e3
  1. 2
      configure.in

@ -91,7 +91,7 @@ AC_CHECK_HEADER(Evas_Engine_Software_DDraw.h,
)
CFLAGS=$PCFLAGS
if test "x$have_xlib" = "xyes" -o "x$have_xlib_16" = "xyes" -o "x$have_xlib_render" = "xyes" "x$have_xlib_opengl" = "xyes" ; then
if test "x$have_xlib" = "xyes" -o "x$have_xlib_16" = "xyes" -o "x$have_xlib_render" = "xyes" -o "x$have_xlib_opengl" = "xyes" ; then
AC_PATH_XTRA
x_dir=${x_dir:-/usr/X11R6}
x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}

Loading…
Cancel
Save