X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=6231d2b7ed2b26f241b2afa63efdcae0ad9bf2b4;hp=f3498e3ef2448427430e782845ee69375d936ee6;hb=2c1a7321e9054e0bd8a7ebf1b4316baa4a65504d;hpb=b191de511e6148112fa2432779f6dc6c7cb501f9 diff --git a/configure b/configure index f3498e3e..6231d2b7 100755 --- a/configure +++ b/configure @@ -491,11 +491,11 @@ else fi if [ -z "${EMACSLISPDIR}" ]; then - EMACSLISPDIR='$(prefix)/share/emacs/site-lisp' + EMACSLISPDIR="\$(prefix)/share/emacs/site-lisp" fi if [ -z "${EMACSETCDIR}" ]; then - EMACSETCDIR='$(prefix)/share/emacs/site-lisp' + EMACSETCDIR="\$(prefix)/share/emacs/site-lisp" fi printf "Checking if emacs is available... "