projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6014d5a
)
elementary: shuttup autotools.
author
Cedric Bail
<cedric.bail@samsung.com>
Thu, 5 Dec 2013 10:37:46 +0000
(19:37 +0900)
committer
Cedric Bail
<cedric.bail@samsung.com>
Thu, 5 Dec 2013 10:38:55 +0000
(19:38 +0900)
m4/elm_quicklaunch.m4
patch
|
blob
|
history
diff --git
a/m4/elm_quicklaunch.m4
b/m4/elm_quicklaunch.m4
index d50bd213b3e2524dcc0793f57e3feed0e074bfe6..3db9945f02389936d0dc8e604e63b53f14b67626 100644
(file)
--- a/
m4/elm_quicklaunch.m4
+++ b/
m4/elm_quicklaunch.m4
@@
-15,7
+15,7
@@
old_CFLAGS="$CFLAGS"
LDFLAGS="$LDFLAGS -pie -rdynamic"
CFLAGS="$CFLAGS -fpie"
-AC_LINK_IFELSE([AC_LANG_SOURCE([
[int main(){}]
])],
+AC_LINK_IFELSE([AC_LANG_SOURCE([
int main(){}
])],
[AC_MSG_RESULT([yes])],
[LDFLAGS="$old_LDFLAGS"
CFLAGS="$old_CFLAGS"