]> The Tcpdump Group git mirrors - libpcap/commitdiff
configure: fix another unclosed string.
authorGuy Harris <[email protected]>
Tue, 12 Jul 2022 08:53:08 +0000 (01:53 -0700)
committerGuy Harris <[email protected]>
Thu, 14 Jul 2022 05:17:42 +0000 (22:17 -0700)
(I guess bash isn't bothered by that, but ash is.  It's incorrect in any
case, so fix it.)

(cherry picked from commit e116f0d70ed31c4253a13606b9c78f003bcf2cf9)

configure
configure.ac

index c0fa716cd81d25293c7ab1d2f560ce14ea794ffc..17bacd69ab8a1be6c25cf3e4f72a5d2ce077798b 100755 (executable)
--- a/configure
+++ b/configure
@@ -7486,7 +7486,7 @@ solaris*)
                # 32-bit build.  If /usr/amd64/lib/pkgconfig appears
                # in the path, prepend /usr/lib/pkgconfig to it.
                #
                # 32-bit build.  If /usr/amd64/lib/pkgconfig appears
                # in the path, prepend /usr/lib/pkgconfig to it.
                #
-               if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig`; then
+               if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig"`; then
                        #
                        # It contains /usr/lib/amd64/pkgconfig.  Prepend
                        # /usr/lib/pkgconfig to /usr/lib/amd64/pkgconfig.
                        #
                        # It contains /usr/lib/amd64/pkgconfig.  Prepend
                        # /usr/lib/pkgconfig to /usr/lib/amd64/pkgconfig.
index a9ff7355bd1ba7a236283fe8c2d82eed6af43ca0..71fe8624be9e769d66c090ab05f7855d4adaeab1 100644 (file)
@@ -805,7 +805,7 @@ solaris*)
                # 32-bit build.  If /usr/amd64/lib/pkgconfig appears
                # in the path, prepend /usr/lib/pkgconfig to it.
                #
                # 32-bit build.  If /usr/amd64/lib/pkgconfig appears
                # in the path, prepend /usr/lib/pkgconfig to it.
                #
-               if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig`; then
+               if test ! -z `echo "$PKG_CONFIG_PATH" | grep "/usr/lib/amd64/pkgconfig"`; then
                        #
                        # It contains /usr/lib/amd64/pkgconfig.  Prepend
                        # /usr/lib/pkgconfig to /usr/lib/amd64/pkgconfig.
                        #
                        # It contains /usr/lib/amd64/pkgconfig.  Prepend
                        # /usr/lib/pkgconfig to /usr/lib/amd64/pkgconfig.