diff options
author | doursse <doursse> | 2007-05-27 13:02:22 +0000 |
---|---|---|
committer | doursse <doursse@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2007-05-27 13:02:22 +0000 |
commit | 363cd999e39e533403fe927c351dab164bfe3a10 (patch) | |
tree | bd65b39deee472bd3f287430ae4c1622bd3dd9b6 /configure.in | |
parent | b50e551a930926410b9f7f7ce209716497e18206 (diff) |
missing -o in a test
SVN revision: 30098
Diffstat (limited to '')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cca4fd1..6d11ff0 100644 --- a/configure.in +++ b/configure.in | |||
@@ -91,7 +91,7 @@ AC_CHECK_HEADER(Evas_Engine_Software_DDraw.h, | |||
91 | ) | 91 | ) |
92 | CFLAGS=$PCFLAGS | 92 | CFLAGS=$PCFLAGS |
93 | 93 | ||
94 | if test "x$have_xlib" = "xyes" -o "x$have_xlib_16" = "xyes" -o "x$have_xlib_render" = "xyes" "x$have_xlib_opengl" = "xyes" ; then | 94 | 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 |
95 | AC_PATH_XTRA | 95 | AC_PATH_XTRA |
96 | x_dir=${x_dir:-/usr/X11R6} | 96 | x_dir=${x_dir:-/usr/X11R6} |
97 | x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} | 97 | x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} |