Fix M4 quotation
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Feb 2005 14:26:49 +0000 (14:26 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Feb 2005 14:26:49 +0000 (14:26 +0000)
configure.in

index 8ac59cf..7ab20f1 100644 (file)
@@ -22,7 +22,7 @@ dnl ----- libXSLT
 AC_SUBST(XSLT_LIBS)
 AC_SUBST(XSLT_CFLAGS)
 xsltdir=yes
 AC_SUBST(XSLT_LIBS)
 AC_SUBST(XSLT_CFLAGS)
 xsltdir=yes
-AC_ARG_WITH(xslt, [  --with-xslt[=PREFIX]      use libxslt in PREFIX],[xsltdir=$withval])
+AC_ARG_WITH(xslt,[[  --with-xslt[=PREFIX]    use libxslt in PREFIX]],xsltdir=$withval)
 if test "$xsltdir" = "yes"; then
        for d in /usr /usr/local; do
                if test -x $d/bin/xslt-config; then
 if test "$xsltdir" = "yes"; then
        for d in /usr /usr/local; do
                if test -x $d/bin/xslt-config; then