]> granicus.if.org Git - sudo/commitdiff
add missing quotes around $with_editor
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Oct 1998 20:22:09 +0000 (20:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 20 Oct 1998 20:22:09 +0000 (20:22 +0000)
configure.in

index 25c14ca6d19de2d7f63868a7a3f4cfa8f156222f..aecbfb4554cb0176c16c3c146c194ffe94a0bee4 100644 (file)
@@ -583,7 +583,7 @@ AC_ARG_WITH(editor, [  --with-editor=path      Default editor for visudo (defaul
     no)                echo "Sorry, --without-editor not supported."
                exit 1
                ;;
-    *)         AC_DEFINE_UNQUOTED(EDITOR, $with_editor)
+    *)         AC_DEFINE_UNQUOTED(EDITOR, "$with_editor")
                AC_MSG_RESULT([$with_editor])
                ;;
 esac], [AC_DEFINE(EDITOR, _PATH_VI) AC_MSG_RESULT(vi)])