Skip to content

Commit

Permalink
Clarify --with-julia help string
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasguts authored and alex-konovalov committed Feb 25, 2019
1 parent 41497f7 commit 645371a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ AC_SUBST([READLINE_LIBS])
dnl Find julia
AC_ARG_WITH([julia],
[AS_HELP_STRING([--with-julia@<:@=PATH@:>@],
[specify a prefix for a julia binary or a julia binary])],
[specify a julia binary or a prefix for a julia binary])],
[],[
AS_IF([test "x$with_gc" = xjulia],
[
Expand Down

0 comments on commit 645371a

Please sign in to comment.