diff options
| author | jhurst <jhurst@cinecert.com> | 2019-02-20 22:17:13 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2019-02-20 22:17:13 -0800 |
| commit | 58628942da20e483f5c3076d6c14ff4bef71fc71 (patch) | |
| tree | 8104028371a1a58007528ef128e1e4706b26f53f /configure.ac | |
| parent | 1c26f274039b5ccb93ba138482e5328de0c7df2e (diff) | |
removed dead code
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index e861cb0..05f0669 100644 --- a/configure.ac +++ b/configure.ac @@ -68,10 +68,7 @@ fi AX_LIB_OPENSSL([0.9.7]) AX_LIB_EXPAT AX_LIB_XERCES -#AM_PATH_PYTHON([2.3], , [:]) -AZ_PYTHON_DEFAULT -AZ_PYTHON_WITH -AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) + AC_ARG_ENABLE([freedist], [ --enable-freedist ensure source distribution is of BSD-licensed code], [case "${enableval}" in |
