From eb66895a34c1ff5f952eb4bd45c550f91c324681 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 21 Jun 2008 00:27:16 +0200 Subject: [PATCH] Rerun autoconf. --- libratbox/configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libratbox/configure b/libratbox/configure index 1f19034..a65b65e 100755 --- a/libratbox/configure +++ b/libratbox/configure @@ -24004,7 +24004,7 @@ _ACEOF unset CRYPT_LIB fi - if test x"$need_crypt" == "xyes"; then + if test x"$need_crypt" = "xyes"; then NEED_CRYPT_TRUE= NEED_CRYPT_FALSE='#' else @@ -26514,8 +26514,7 @@ done ac_config_commands="$ac_config_commands include/librb-config.h" - -ac_config_files="$ac_config_files src/Makefile Makefile" +ac_config_files="$ac_config_files src/Makefile Makefile libratbox.pc" cat >confcache <<\_ACEOF @@ -27222,6 +27221,7 @@ do "include/librb-config.h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/librb-config.h" ;; "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "libratbox.pc") CONFIG_FILES="$CONFIG_FILES libratbox.pc" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}