From 9e9ae2fa1f6e27e72aae0828e1f635b34bf10394 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Thu, 17 Nov 2016 11:59:42 -0800 Subject: [PATCH] fix a typo in .pc file --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1506264a..052634f9 100644 --- a/configure.ac +++ b/configure.ac @@ -289,7 +289,7 @@ AC_CONFIG_FILES([Makefile # fontdump/Makefile # xrdp/cursors/Makefile # Xserver/hw/rdp/Makefile -AC_OUTPUT([pkgconfig/libpainter.pc +AC_OUTPUT([pkgconfig/xrdp.pc ]) # example of how to check for a struct in a header