]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix quoting
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 27 Jan 2015 19:41:17 +0000 (20:41 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 27 Jan 2015 19:41:17 +0000 (20:41 +0100)
m4/pdns_pie.m4

index ef41be5472414b551df8ba36283cef3b5f6ef7a5..ce3e692c59d11e0ae45f442a532b01cebf8e57d6 100644 (file)
@@ -32,7 +32,7 @@ AC_DEFUN([AC_CC_PIE],[
           PIE_LDFLAGS="-pie"
           ], [
             dnl some versions of clang require -Wl,-pie instead of -pie
-            gl_COMPILER_OPTION_IF(["-Wl,-pie"], [
+            gl_COMPILER_OPTION_IF([[-Wl,-pie]], [
               PIE_LDFLAGS="-Wl,-pie"
             ])
           ]