X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=configure;h=421cf85997e9a5afbf0921eee0531c2243504cb9;hp=5c4add91b85dab133c46718845ff25014a358097;hb=4a864172ab2e7d301d9db9e80fb4c617e3ed7b6e;hpb=95bcbd4bb8e933c86e6fc4aba9ea1c7fd3d30e3d diff --git a/configure b/configure index 5c4add91..421cf859 100755 --- a/configure +++ b/configure @@ -4238,7 +4238,7 @@ done echo "$as_me:4238: result: $cf_pkg_config_path" >&5 echo "${ECHO_T}$cf_pkg_config_path" >&6 -if test "x$cf_pkg_config_path" != xno ; then +if test "x$cf_pkg_config_path" != xnone ; then # limit this to the first directory found PKG_CONFIG_LIBDIR="$cf_pkg_config_path" fi @@ -4266,7 +4266,7 @@ if test "x$enable_pc_files" != xno then MAKE_PC_FILES= case "x$PKG_CONFIG_LIBDIR" in - (xno|xyes) + (xno|xnone|xyes) { echo "$as_me:4270: WARNING: no PKG_CONFIG_LIBDIR was found" >&5 echo "$as_me: WARNING: no PKG_CONFIG_LIBDIR was found" >&2;} ;;