changeset 24660:5a8c7552d903

Remove useless quotes.
author diego
date Mon, 01 Oct 2007 13:08:49 +0000
parents fb75ce61bd00
children 598b3c2b9e5b
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Sep 30 21:56:09 2007 +0000
+++ b/configure	Mon Oct 01 13:08:49 2007 +0000
@@ -7163,7 +7163,7 @@
   return exitvar;
 }
 EOF
-    cc_check "-lXext" && _xshape=yes
+    cc_check -lXext && _xshape=yes
   fi
   if test "$_xshape" = yes ; then
     _def_xshape='#define HAVE_XSHAPE 1'