diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-16 14:34:25 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-27 16:36:15 +0100 |
commit | e15d43125ea4415a6a15aa2de08436e3e68021e2 (patch) | |
tree | 1a517df1f111c271f38744554333e93cf7cbbecd | |
parent | b03b16688dbaccd9bb7836cc8f4b967d03fda109 (diff) | |
download | libguestfs-e15d43125ea4415a6a15aa2de08436e3e68021e2.tar.gz libguestfs-e15d43125ea4415a6a15aa2de08436e3e68021e2.tar.xz libguestfs-e15d43125ea4415a6a15aa2de08436e3e68021e2.zip |
EPEL 5: Remove Erlang bindings.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 23 | ||||
-rw-r--r-- | po/POTFILES | 2 |
3 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am index be9191ca..6bd6047f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,9 +84,6 @@ endif if HAVE_PHP SUBDIRS += php endif -if HAVE_ERLANG -SUBDIRS += erlang erlang/examples -endif if HAVE_GOBJECT SUBDIRS += gobject endif diff --git a/configure.ac b/configure.ac index 5e679312..399a7269 100644 --- a/configure.ac +++ b/configure.ac @@ -1115,25 +1115,6 @@ AS_IF([test "x$enable_php" != "xno"], ]) AM_CONDITIONAL([HAVE_PHP], [test "x$PHP" != "xno" && test "x$PHPIZE" != "xno"]) -dnl Erlang -ERLANG=no -AC_ARG_ENABLE([erlang], - AS_HELP_STRING([--disable-erlang], [Disable Erlang language bindings]), - [], - [enable_erlang=yes]) -# NB: Don't use AS_IF here: it doesn't work. -if test "x$enable_erlang" != "xno"; then - ERLANG= - AC_ERLANG_PATH_ERLC([no]) - - if test "x$ERLC" != "xno"; then - AC_ERLANG_CHECK_LIB([erl_interface], [], - [AC_MSG_FAILURE([Erlang erl_interface library not installed. Use --disable-erlang to disable.])]) - AC_ERLANG_SUBST_LIB_DIR - fi -fi -AM_CONDITIONAL([HAVE_ERLANG], [test "x$ERLANG" != "xno" && test "x$ERLC" != "xno"]) - dnl Check for Perl modules needed by Perl virt tools (virt-df, etc.) AS_IF([test "x$PERL" != "xno"], [ @@ -1242,8 +1223,6 @@ AC_CONFIG_FILES([Makefile daemon/Makefile df/Makefile edit/Makefile - erlang/Makefile - erlang/examples/Makefile examples/Makefile fish/Makefile format/Makefile @@ -1325,8 +1304,6 @@ echo -n "Haskell bindings .................... " if test "x$HAVE_HASKELL_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo -n "PHP bindings ........................ " if test "x$HAVE_PHP_TRUE" = "x"; then echo "yes"; else echo "no"; fi -echo -n "Erlang bindings ..................... " -if test "x$HAVE_ERLANG_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo "guestfish and C virt tools .......... yes" echo -n "Perl virt tools ..................... " if test "x$HAVE_TOOLS_TRUE" = "x"; then echo "yes"; else echo "no"; fi diff --git a/po/POTFILES b/po/POTFILES index 747b341c..3e3f3002 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -91,8 +91,6 @@ df/domains.c df/main.c df/output.c edit/virt-edit.c -erlang/erl-guestfs-proto.c -erlang/erl-guestfs.c fish/alloc.c fish/cmds.c fish/cmds_gperf.c |