Changeset 437991 in git for m4


Ignore:
Timestamp:
Mar 3, 2017, 5:39:38 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
26b98ff96090f06b0ae41bfdcb3b6d96e45a0686
Parents:
814a65342deba6307f8681b5318b625767ed2bc9
Message:
dyn_mod/python_module: depends on HAVE_PYTHON_MOD
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/options.m4

    r814a65 r437991  
    286286[if test $enableval = yes; then
    287287     ENABLE_PYTHON_MODULE="yes"
    288      AC_DEFINE([HAVE_PYTON_MODULE],[1],[Enable python_module.so])
     288     AC_DEFINE(HAVE_PYTHON_MOD,1,[Enable python_module.so])
    289289 else
    290290     ENABLE_PYTHON_MODULE="no"
Note: See TracChangeset for help on using the changeset viewer.