]> sigrok.org Git - libserialport.git/commitdiff
configure.ac: Drop no longer needed SP_PKGLIBS.
authorUwe Hermann <redacted>
Sun, 19 Apr 2015 16:21:19 +0000 (18:21 +0200)
committerUwe Hermann <redacted>
Sun, 19 Apr 2015 16:21:19 +0000 (18:21 +0200)
configure.ac
libserialport.pc.in

index aa55d436951e97c373ed073683fd7a418473e8e2..0662eb66d973ce9bbdce3c8e57f4a4251b28030d 100644 (file)
@@ -75,10 +75,6 @@ AC_SUBST(SP_LIB_LDFLAGS)
 
 # Checks for libraries.
 
-# This variable collects the pkg-config names of all detected libs.
-# It is then used to construct the "Requires.private:" field in the
-# libserialport.pc file.
-SP_PKGLIBS=""
 SP_LIBS=""
 
 case $host_os in
@@ -118,7 +114,6 @@ mingw* | cygwin*)
        AC_DEFINE(NO_PORT_METADATA,,[Port metadata is unavailable])
 esac
 
-AC_SUBST(SP_PKGLIBS)
 AC_SUBST(SP_LIBS)
 
 # Define size_t if not defined as standard.
index 943cd244ec097879e17aa25fe1c7c7dc4286f0a5..73089ae33f6cf317655857a09ff87aea3255fe24 100644 (file)
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: libserialport
 Description: Cross-platform serial port access library.
 URL: http://sigrok.org/wiki/Libserialport
-Requires.private: @SP_PKGLIBS@
+Requires.private:
 Version: @VERSION@
 Libs: -L${libdir} -lserialport
 Libs.private: @SP_LIBS@