From 87387cfcc9a4175c2ffa9b3ed722a6d9d1a46c50 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 14 May 2004 02:05:51 +0000 Subject: [PATCH] Add -framework AGL which is required after recent gui code changes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 28fabcf86..73b49cb5a 100644 --- a/configure.ac +++ b/configure.ac @@ -275,7 +275,7 @@ case "${host}" in *-apple-darwin*) dnl Mac OS X - LIBS="$LIBS -framework GLUT -framework OpenGL -framework Carbon -lobjc" + LIBS="$LIBS -framework GLUT -framework OpenGL -framework AGL -framework Carbon -lobjc" ;; *)