Skip to content

Commit

Permalink
Merge pull request #5440 from Habbie/auth-4.0.x-5401
Browse files Browse the repository at this point in the history
unbreak quoting; fixes #5401
  • Loading branch information
pieterlexis committed Jun 21, 2017
2 parents 24866cd + 7b48974 commit 8dfc840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/pdns_check_os.m4
Expand Up @@ -39,7 +39,7 @@ AC_DEFUN([PDNS_CHECK_OS],[
mips* | powerpc* )
AX_CHECK_LINK_FLAG([-latomic],
[ : ],
AC_MSG_ERROR([Unable to link against libatomic, cannot continue])
[ AC_MSG_ERROR([Unable to link against libatomic, cannot continue]) ]
)
LDFLAGS="-latomic $LDFLAGS"
;;
Expand Down

0 comments on commit 8dfc840

Please sign in to comment.