Skip to content

Commit

Permalink
Remove obsolete include to ../libc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jan 24, 2020
1 parent b1c5885 commit 0444d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -3046,7 +3046,7 @@ else
fi

# Set includes
CINCLUDE="-I. -I../libc"
CINCLUDE="-I."


# Check required pq library
Expand Down
2 changes: 1 addition & 1 deletion src/configure.ac
Expand Up @@ -31,7 +31,7 @@ else
fi

# Set includes
AC_SUBST(CINCLUDE, "-I. -I../libc")
AC_SUBST(CINCLUDE, "-I.")

# Check required pq library
AC_SUBST(LIBS, "$LIBS -L`pg_config --libdir`")
Expand Down

0 comments on commit 0444d37

Please sign in to comment.