Index: auctex/configure.ac
diff -u auctex/configure.ac:1.17 auctex/configure.ac:1.18
--- auctex/configure.ac:1.17    Sun May  1 20:36:30 2005
+++ auctex/configure.ac Thu May 19 16:31:21 2005
@@ -141,7 +141,7 @@
                       [preview_enabled="$withval"],
                       [preview_enabled="yes"])
 
-if test "X${preview_enabled}" == Xyes
+if test "X${preview_enabled}" = Xyes
 then
   auctexdir=..; export auctexdir
   export packagedir packagelispdir packagedatadir


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to