diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 5f05c3b63..77be8f463 100644 --- a/configure.ac +++ b/configure.ac @@ -107,16 +107,6 @@ EMPATHY_UOA_PROVIDER=`pkg-config --variable=uoa_provider telepathy-account-widge AC_DEFINE_UNQUOTED(EMPATHY_UOA_PROVIDER, "$EMPATHY_UOA_PROVIDER", [Name of provider for accounts imported from libaccounts]) -# egg-list-box -prev_top_build_prefix=$ac_top_build_prefix -prev_ac_configure_args=$ac_configure_args -AX_CONFIG_DIR([libempathy-gtk/egg-list-box]) -ac_top_build_prefix=$prev_top_build_prefix -ac_configure_args=$prev_ac_configure_args - -export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$ac_top_build_prefix"libempathy-gtk/egg-list-box -PKG_CHECK_MODULES(EGGLISTBOX, egg-list-box) - AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([configure.ac]) |