e2e280ca6f
a significantly richer type system. Ur is functional, pure, statically-typed, and strict. Ur supports a powerful kind of metaprogramming based on row types. Ur/Web is Ur plus a special standard library and associated rules for parsing and optimization. Ur/Web supports construction of dynamic web applications backed by SQL databases. PR: ports/166657 Submitted by: Timothy Beyer <beyert@cs.ucr.edu> Feature safe: yes
20 lines
690 B
Text
20 lines
690 B
Text
--- configure.orig 2012-03-29 08:09:43.000000000 -0700
|
|
+++ configure 2012-04-04 03:59:35.000000000 -0700
|
|
@@ -12583,14 +12583,14 @@
|
|
|
|
|
|
if test -z $PGHEADER; then
|
|
- for ac_header in postgresql/libpq-fe.h
|
|
+ for ac_header in libpq-fe.h
|
|
do :
|
|
- ac_fn_c_check_header_mongrel "$LINENO" "postgresql/libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
|
|
+ ac_fn_c_check_header_mongrel "$LINENO" "libpq-fe.h" "ac_cv_header_postgresql_libpq_fe_h" "$ac_includes_default"
|
|
if test "x$ac_cv_header_postgresql_libpq_fe_h" = xyes; then :
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define HAVE_POSTGRESQL_LIBPQ_FE_H 1
|
|
_ACEOF
|
|
- PGHEADER=postgresql/libpq-fe.h
|
|
+ PGHEADER=libpq-fe.h
|
|
fi
|
|
|
|
done
|