]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/gen-pkgconfig.in
ncurses 5.7 - patch 20090110
[ncurses.git] / misc / gen-pkgconfig.in
index 12bf11ce55f07715f0cbc3fc49e869b2c09d3133..36220d3d47c5b099681dcf47d30952d93ecb941b 100644 (file)
@@ -1,5 +1,5 @@
 #!@SHELL@
-# $Id: gen-pkgconfig.in,v 1.3 2009/01/03 22:26:47 tom Exp $
+# $Id: gen-pkgconfig.in,v 1.4 2009/01/04 21:52:33 tom Exp $
 ##############################################################################
 # Copyright (c) 2009 Free Software Foundation, Inc.                          #
 #                                                                            #
@@ -41,7 +41,6 @@ LIB_NAME=@LIB_NAME@
 TINFO_NAME=@TINFO_NAME@
 DFT_DEP_SUFFIX=@DFT_DEP_SUFFIX@
 CXX_LIB_SUFFIX=@CXX_LIB_SUFFIX@
-LD_RPATH_OPT=@LD_RPATH_OPT@
 
 prefix="@prefix@"
 exec_prefix="@exec_prefix@"
@@ -96,9 +95,7 @@ do
 
        # add dependencies that pkg-config cannot guess about
        if test -z "$reqs" ; then
-               if test -z "$LD_RPATH_OPT" ; then
-                       libs="$libs @LIBS@"
-               fi
+               libs="$libs @LIBS@"
        fi
 
        echo "** creating ${name}.pc"