Description: Fix name of ccp4c.pc pkg-config file
Author: Andreas Tille <tille@debian.org>
Bug-Debian: https://bugs.debian.org/1032410
Last-Update: Mon, 06 Mar 2023 10:16:14 +0100

--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ if test "x$enable_ccp4" = "xyes"; then
     AC_CHECK_LIB(ccp4c, ccp4_banner, :, AC_MSG_ERROR(ccp4c library not found))
     AC_CHECK_HEADER(ccp4/ccp4_general.h, :,
                                        AC_MSG_ERROR(libccp4 headers not found))
-    CLIPPER_REQUIRES="libccp4c $CLIPPER_REQUIRES"
+    CLIPPER_REQUIRES="ccp4c $CLIPPER_REQUIRES"
 fi
 
 if test "x$enable_cctbx" = "xyes"; then
