missing -o in a test

SVN revision: 30098
This commit is contained in:
doursse 2007-05-27 13:02:22 +00:00 committed by doursse
parent b50e551a93
commit 363cd999e3
1 changed files with 1 additions and 1 deletions

View File

@ -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}}