From 18ce80c0ab33d39975ed996653942bd2a7614dc9 Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Mon, 16 May 2005 17:09:12 +0000 Subject: Forgot about that macro --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cb04db7a..2d58f52c 100755 --- a/configure.ac +++ b/configure.ac @@ -64,8 +64,9 @@ AC_ARG_WITH(opengl,[ --with-opengl use OpenGL ] ) if test "x$with_opengl" == "xyes"; then with_opengl=yes OPENGL_CFLAGS=' -DUSE_OPENGL' - OPENGL_LIBS=' -lGL -lguichan-opengl' + OPENGL_LIBS=' -lGL -lguichan_opengl' AC_SUBST(OPENGL_CFLAGS) + AC_SUBST(OPENGL_LIBS) else with_opengl=no fi -- cgit v1.2.3-70-g09d2