diff options
| author | Cory Fields <[email protected]> | 2013-12-06 18:13:25 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-03-20 13:06:17 -0400 |
| commit | 01e5327cfc4372158d7074fd8b277166bf271884 (patch) | |
| tree | e3c085a3cd97e29bcf4b567ad8b6d687ebb0a159 /configure.ac | |
| parent | build: ensure the correct strip is used for osx/win32 (diff) | |
| download | discoin-01e5327cfc4372158d7074fd8b277166bf271884.tar.xz discoin-01e5327cfc4372158d7074fd8b277166bf271884.zip | |
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 1111575a5..45cd023bb 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 |