configure portable goodness

SVN revision: 9967
This commit is contained in:
Carsten Haitzler 2004-04-29 01:44:44 +00:00
parent 68aac0d54c
commit cab05f4564
1 changed files with 2 additions and 2 deletions

View File

@ -381,7 +381,7 @@ if test "x$have_evas_gl_x11" = "xyes"; then
x_cflags="-I"$x_dir"/include"
x_libs="-L"$x_dir"/lib -lX11 -lXext"
gl_cflags="-I/usr/include"
gl_libs="-L/usr/lib -lGL -lGLU -lpthread"
gl_libs="-L/usr/lib32 -lGL -lGLU -lpthread"
gl_dir=""
ENGINE_GL_X11_PRG="evas_gl_x11_test"
], [
@ -499,7 +499,7 @@ if test "x$have_eet" = "xyes"; then
)
fi
function vser ()
function vser
{
v=$1
VSTART=`echo $v | awk -F_ '{printf("%s", $1);}'`