X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=c16d18dce13c35c127c84fffaacefad651b45d81;hb=757ed001aad27d3c5ee8828174778b71013e4afd;hp=fad2655c39ad4d2b6fbb0c85042f70059b15d418;hpb=2044c7aad9cbe2e87c773169a622e549b588d208;p=notmuch diff --git a/configure b/configure index fad2655c..c16d18dc 100755 --- a/configure +++ b/configure @@ -604,7 +604,7 @@ fi if ! pkg-config --exists zlib; then ${CC} -o compat/gen_zlib_pc "$srcdir"/compat/gen_zlib_pc.c >/dev/null 2>&1 && compat/gen_zlib_pc > compat/zlib.pc && - PKG_CONFIG_PATH="$PKG_CONFIG_PATH":compat && + PKG_CONFIG_PATH=${PKG_CONFIG_PATH:+$PKG_CONFIG_PATH:}compat && export PKG_CONFIG_PATH rm -f compat/gen_zlib_pc fi