comparison configure.in @ 199:e3a46f66332b

more changes in recurrence decoding
author Carl Byington <carl@five-ten-sg.com>
date Wed, 13 May 2009 11:59:55 -0700
parents 7c60d6d1c681
children d360f96f71f6
comparison
equal deleted inserted replaced
198:7c60d6d1c681 199:e3a46f66332b
270 no) ;; 270 no) ;;
271 *) AC_MSG_ERROR(bad value ${enableval} for --python) ;; 271 *) AC_MSG_ERROR(bad value ${enableval} for --python) ;;
272 esac 272 esac
273 ], 273 ],
274 [ 274 [
275 enable_python=no 275 enable_python=yes
276 ]) 276 ])
277 AC_MSG_RESULT([$enable_python]) 277 AC_MSG_RESULT([$enable_python])
278 AM_CONDITIONAL(PYTHON_INTERFACE, [test "$enable_python" = "yes"]) 278 AM_CONDITIONAL(PYTHON_INTERFACE, [test "$enable_python" = "yes"])
279 if test "$enable_python" = "yes"; then 279 if test "$enable_python" = "yes"; then
280 enable_shared="yes" 280 enable_shared="yes"