summaryrefslogtreecommitdiff
path: root/lang/urweb/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/urweb/files/patch-configure')
-rw-r--r--lang/urweb/files/patch-configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/urweb/files/patch-configure b/lang/urweb/files/patch-configure
deleted file mode 100644
index a029767ee940..000000000000
--- a/lang/urweb/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.orig 2012-09-25 05:16:58.000000000 -0700
-+++ configure 2013-02-16 19:55:33.000000000 -0800
-@@ -11744,14 +11744,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" = x""yes; then :
- cat >>confdefs.h <<_ACEOF
- #define HAVE_POSTGRESQL_LIBPQ_FE_H 1
- _ACEOF
-- PGHEADER=postgresql/libpq-fe.h
-+ PGHEADER=libpq-fe.h
- fi
-
- done