dia r4111 - trunk
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4111 - trunk
- Date: Sun, 10 Aug 2008 18:41:57 +0000 (UTC)
Author: hans
Date: Sun Aug 10 18:41:57 2008
New Revision: 4111
URL: http://svn.gnome.org/viewvc/dia?rev=4111&view=rev
Log:
make without SWIG default again
Modified:
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Aug 10 18:41:57 2008
@@ -464,11 +464,10 @@
AM_CONDITIONAL(WITH_PYTHON, test "x$with_python" != "xno")
dnl Handling of Python bindings with SWIG
-with_swig=no
AC_ARG_WITH(swig,
-[ --with-swig generate python bindings with swig],with_swig=yes,with_swig=no)
+[ --with-swig generate python bindings with swig],,with_swig=no)
-if test "x$with_swig" != xno; then
+if test "x$with_swig" != "xno"; then
AC_PROG_SWIG(1.3.31)
if test -z "$SWIG_LIB"; then
AC_MSG_ERROR([could not find SWIG required to generate the bindings])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]