From kde-commits Thu Apr 21 17:10:59 2005 From: Stephan Kulow Date: Thu, 21 Apr 2005 17:10:59 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050421171059.E1F7862C () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111410347313915 CVS commit by coolo: fix quoting M +1 -1 acinclude.m4.in 2.509 --- kde-common/admin/acinclude.m4.in #2.508:2.509 @@ -3813,5 +3813,5 @@ ac_save_cxxflags=$CXXFLAGS ac_save_libs=$LIBS - LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries + LDFLAGS="$LDFLAGS $GL_LDFLAGS $X_LDFLAGS $all_libraries" LIBS="$LIBS -lGL -lGLU" test "x$kde_use_qt_mac" != xyes && test "x$kde_use_qt_emb" != xyes && LIBS="$LIBS -lX11"