From fe9e38995f5a0abc196e9600c38d95385d6bf84f Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Sat, 18 Jan 2014 10:17:58 +0100 Subject: Added PuGl window drawing. Enable with './configure -with-pugl'. --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7c3a0ed..d85c345 100644 --- a/configure.ac +++ b/configure.ac @@ -39,10 +39,7 @@ fi AC_ARG_WITH(pugl, [ --with-pugl Build with Pugl support]) if test x$with_pugl == xyes; then AC_MSG_WARN([*** Building with pugl support!]) - PUGL_LIBS="-lGL -lGLU -lX11" - PUGL_CFLAGS="" - AC_SUBST(PUGL_CFLAGS) - AC_SUBST(PUGL_LIBS) + CXXFLAGS="$CXXFLAGS -DPUGL -lGL -lGLU -lglut" fi AC_ARG_WITH(test, [ --with-test Build unit tests]) -- cgit v1.2.3