diff options
author | infirit <[email protected]> | 2013-11-12 17:43:33 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-12 17:43:33 +0100 |
commit | 67857be6ac7b6e2072761472a6479ca0c7fff18d (patch) | |
tree | a71bb37d662960f3ae25a42c250674e019eab642 | |
parent | 0e33476937b0a5c9fd3892dfa9d9d3e4b215c02d (diff) | |
download | mate-screensaver-67857be6ac7b6e2072761472a6479ca0c7fff18d.tar.bz2 mate-screensaver-67857be6ac7b6e2072761472a6479ca0c7fff18d.tar.xz |
Fix --with-libgl config option
-rw-r--r-- | configure.ac | 2 |
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="" |