Mercurial > hg > xemacs-beta
comparison configure.ac @ 5896:2865c4f6fab2
Fix shell syntax error.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 05 May 2015 03:48:07 +0900 |
parents | b2709239b1f6 |
children | 32f4ae21abc5 |
comparison
equal
deleted
inserted
replaced
5895:b2709239b1f6 | 5896:2865c4f6fab2 |
---|---|
3698 libpq_fe_h_file=${header_dir}/libpq-fe.h; break) | 3698 libpq_fe_h_file=${header_dir}/libpq-fe.h; break) |
3699 done | 3699 done |
3700 | 3700 |
3701 if test -n "$pg_header_dir" -a "$header_dir" != "$pg_header_dir"; then | 3701 if test -n "$pg_header_dir" -a "$header_dir" != "$pg_header_dir"; then |
3702 AC_WARN([--with-postgresql="$pg_header_dir" specified but not found; using "$libpq_fe_h_file"]) | 3702 AC_WARN([--with-postgresql="$pg_header_dir" specified but not found; using "$libpq_fe_h_file"]) |
3703 fi | |
3703 | 3704 |
3704 pq_libs= | 3705 pq_libs= |
3705 extra_libs= | 3706 extra_libs= |
3706 if test -n "$libpq_fe_h_file"; then | 3707 if test -n "$libpq_fe_h_file"; then |
3707 dnl #### Would it be nicer to do this with a loop? | 3708 dnl #### Would it be nicer to do this with a loop? |