From: Michael R Sweet Date: Thu, 5 May 2022 12:02:41 +0000 (-0400) Subject: Fix typo in cups-sharedlibs.m4. X-Git-Tag: v2.4.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498fd9f580a514a6e4fa3b469cbdf5bb38d4d625;p=thirdparty%2Fcups.git Fix typo in cups-sharedlibs.m4. --- diff --git a/config-scripts/cups-sharedlibs.m4 b/config-scripts/cups-sharedlibs.m4 index 1fe75e10ef..6e1e092b38 100644 --- a/config-scripts/cups-sharedlibs.m4 +++ b/config-scripts/cups-sharedlibs.m4 @@ -51,7 +51,7 @@ AS_IF([test x$enable_shared != xno], [ ]) DSO="\$(CC)" DSOXX="\$(CXX)" - DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\` + DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`" LDFLAGS="$LDFLAGS $TLSFLAGS -liconv -lz -lm" ], [*], [ AC_MSG_NOTICE([Warning: Shared libraries may not work, trying -shared option.]) diff --git a/configure b/configure index 2e9c426bef..792f99c54d 100755 --- a/configure +++ b/configure @@ -7731,7 +7731,7 @@ then : fi DSO="\$(CC)" DSOXX="\$(CXX)" - DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\` + DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`" LDFLAGS="$LDFLAGS $TLSFLAGS -liconv -lz -lm" ;; #( *) :