diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-10 20:57:28 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-10 20:57:28 +0800 |
commit | 8dd71d0199b5b935f78d90525c9719bec25670e6 (patch) | |
tree | 55e25b96c9160976e830d5ef18e28c38d9bb1542 | |
parent | 92e9105cd42c298bf0c8b2bf6aca89b6e59f913d (diff) | |
download | gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar.gz gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar.bz2 gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar.lz gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar.xz gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.tar.zst gsoc2013-epiphany-8dd71d0199b5b935f78d90525c9719bec25670e6.zip |
configure.ac: we don't use gdbus-codegen anymore
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 789875295..d1de0e608 100644 --- a/configure.ac +++ b/configure.ac @@ -234,9 +234,6 @@ fi AM_CONDITIONAL([ENABLE_ZEROCONF],[test "$enable_zeroconf" = "yes"]) -# GDBus codegen -AC_PATH_PROG([GDBUS_CODEGEN], [gdbus-codegen], AC_MSG_ERROR([gdbus-codegen is required but was not found])) - # ************ # Misc defines # ************ |