Skip to content

Commit

Permalink
restore missing AC_SUBST for the state dir
Browse files Browse the repository at this point in the history
Fixes `brew install --HEAD watchman`
  • Loading branch information
wez committed Aug 26, 2015
1 parent 1f7e22d commit b35c6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if test "$WATCHMAN_STATE_DIR" != "no"; then
AC_DEFINE_UNQUOTED(WATCHMAN_STATE_DIR,
["$WATCHMAN_STATE_DIR"],
[watchman state directory])
AC_SUBST(WATCHMAN_STATE_DIR)
fi
AM_CONDITIONAL(WATCHMAN_STATE_DIR, [test "$WATCHMAN_STATE_DIR" != "no"])

Expand Down

0 comments on commit b35c6ed

Please sign in to comment.