autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #8509] Substitue with correct variable names in AX_LIB_POSTGRESQL


From: anonymous
Subject: [patch #8509] Substitue with correct variable names in AX_LIB_POSTGRESQL
Date: Fri, 08 Aug 2014 22:35:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36

URL:
  <http://savannah.gnu.org/patch/?8509>

                 Summary: Substitue with correct variable names in
AX_LIB_POSTGRESQL
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Fri 08 Aug 2014 10:35:03 PM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The existing macro AX_LIB_POSTGRESQL() in ax_lib_postgresql.m4 substitutes the
variable `POSTGRESQL_CFLAGS' with an `-I' flag for the include directory
containing postgresql headers.  Since it deals with the includes directory,
the appropriate name should be `POSTGRESQL_CPPFLAGS'

Also, the value of the variable `POSTGRESQL_LDFLAGS' is set to include `-lpq'
but I doubt it will be of any use as it should be added to `_LDADD' variables.
 Hence, it should be removed from this variable.

The attached file is updated to contain these changes.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Fri 08 Aug 2014 10:35:03 PM UTC  Name: ax_lib_postgresql.m4  Size: 5kB  
By: None
Updated file.
<http://savannah.gnu.org/patch/download.php?file_id=31877>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8509>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]