X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=0662eb66d973ce9bbdce3c8e57f4a4251b28030d;hb=f14809393ace8e5f9a664975f34b701d1e35d2fa;hp=aa55d436951e97c373ed073683fd7a418473e8e2;hpb=3f2f48fc0101fe11dd6b3270474c1c2c9ed21e34;p=libserialport.git diff --git a/configure.ac b/configure.ac index aa55d43..0662eb6 100644 --- a/configure.ac +++ b/configure.ac @@ -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.