summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-12 17:43:33 +0100
committerinfirit <[email protected]>2013-11-12 17:43:33 +0100
commit67857be6ac7b6e2072761472a6479ca0c7fff18d (patch)
treea71bb37d662960f3ae25a42c250674e019eab642
parent0e33476937b0a5c9fd3892dfa9d9d3e4b215c02d (diff)
downloadmate-screensaver-67857be6ac7b6e2072761472a6479ca0c7fff18d.tar.bz2
mate-screensaver-67857be6ac7b6e2072761472a6479ca0c7fff18d.tar.xz
Fix --with-libgl config option
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f67d67b..b513f2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -567,7 +567,7 @@ dnl ---------------------------------------------------------------------------
dnl - Check for GL
dnl ---------------------------------------------------------------------------
-AC_ARG_WITH(gl, [ --with-libgl build with GL support])
+AC_ARG_WITH(libgl, [ --with-libgl build with GL support])
have_libgl=no
GL_LIBS=""