Skip to content

Commit 498fd9f

Browse files
committed
Fix typo in cups-sharedlibs.m4.
1 parent 2247e1e commit 498fd9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config-scripts/cups-sharedlibs.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ AS_IF([test x$enable_shared != xno], [
5151
])
5252
DSO="\$(CC)"
5353
DSOXX="\$(CXX)"
54-
DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`
54+
DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`"
5555
LDFLAGS="$LDFLAGS $TLSFLAGS -liconv -lz -lm"
5656
], [*], [
5757
AC_MSG_NOTICE([Warning: Shared libraries may not work, trying -shared option.])

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7731,7 +7731,7 @@ then :
77317731
fi
77327732
DSO="\$(CC)"
77337733
DSOXX="\$(CXX)"
7734-
DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`
7734+
DSOFLAGS="$DSOFLAGS -Wl,-G -o \`basename \$@\`"
77357735
LDFLAGS="$LDFLAGS $TLSFLAGS -liconv -lz -lm"
77367736
;; #(
77377737
*) :

0 commit comments

Comments
 (0)