diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2013-12-06 18:13:25 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-03-20 13:06:17 -0400 |
commit | 01e5327cfc4372158d7074fd8b277166bf271884 (patch) | |
tree | e3c085a3cd97e29bcf4b567ad8b6d687ebb0a159 /configure.ac | |
parent | c4a10dbb223028207cadfb17615d85a7e1be9c36 (diff) |
build: hook up "make deploy" for cross osx builds
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 1111575a51..45cd023bb1 100644 --- a/configure.ac +++ b/configure.ac @@ -121,6 +121,7 @@ AC_PROG_CPP AC_PROG_CXXCPP AC_PROG_INSTALL AC_PROG_OBJC +AC_PROG_LN_S m4_ifdef([AC_PROG_OBJCXX],[AC_PROG_OBJCXX]) AC_PROG_MKDIR_P AC_PROG_SED |