diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-02 09:42:51 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-02 09:43:15 +0100 |
commit | 53442af0aac3838179fad79a65512ee8c5603922 (patch) | |
tree | ce64d59e3fbc3301ac4a5d6988eb67cc4f532434 /configure.ac | |
parent | 1d2d67692c74a5539f3736754d84f0aa6a702c56 (diff) | |
parent | 2fb98f6661887f125837653c8f5577dbd6c124c0 (diff) |
Merge #9412: build: Fix 'make deploy' for OSX
2fb98f6 Fix bug in dmg builder so that it actually reads in the configuration file (Don Patterson)
b01667c Mention RSVG dependency when creating the disk image on OSX (Jonas Schnelli)
09aefb5 build: Fix 'make deploy' for OSX (Cory Fields)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 9d2817db43..73414c633d 100644 --- a/configure.ac +++ b/configure.ac @@ -319,6 +319,7 @@ case $host in fi fi + AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert) AC_CHECK_PROG([BREW],brew, brew) if test x$BREW = xbrew; then dnl These Homebrew packages may be keg-only, meaning that they won't be found |