File tree Expand file tree Collapse file tree 2 files changed +113
-113
lines changed Expand file tree Collapse file tree 2 files changed +113
-113
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
192
192
choke
193
193
#endif
194
194
] ] ) ] ,
195
- [ AC_MSG_RESULT ( yes ) ; QT_PIE_FLAGS=$PIE_FLAGS ] ,
196
- [ AC_MSG_RESULT ( no ) ; QT_PIE_FLAGS=$PIC_FLAGS]
195
+ [ AC_MSG_RESULT ( [ yes] ) ; QT_PIE_FLAGS=$PIE_FLAGS ] ,
196
+ [ AC_MSG_RESULT ( [ no ] ) ; QT_PIE_FLAGS=$PIC_FLAGS]
197
197
)
198
198
CPPFLAGS=$TEMP_CPPFLAGS
199
199
CXXFLAGS=$TEMP_CXXFLAGS
@@ -214,8 +214,8 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
214
214
choke
215
215
#endif
216
216
] ] ) ] ,
217
- [ AC_MSG_RESULT ( no ) ] ,
218
- [ AC_MSG_RESULT ( yes ) ; QT_PIE_FLAGS=$PIC_FLAGS]
217
+ [ AC_MSG_RESULT ( [ no ] ) ] ,
218
+ [ AC_MSG_RESULT ( [ yes] ) ; QT_PIE_FLAGS=$PIC_FLAGS]
219
219
)
220
220
CPPFLAGS=$TEMP_CPPFLAGS
221
221
] )
@@ -239,7 +239,7 @@ AC_DEFUN([BITCOIN_QT_CONFIGURE],[
239
239
;;
240
240
*mingw*)
241
241
BITCOIN_QT_CHECK([
242
- AX_CHECK_LINK_FLAG ( [ -mwindows] , [ QT_LDFLAGS="$QT_LDFLAGS -mwindows"] , [ AC_MSG_WARN ( - mwindows linker support not detected ) ] )
242
+ AX_CHECK_LINK_FLAG ( [ -mwindows] , [ QT_LDFLAGS="$QT_LDFLAGS -mwindows"] , [ AC_MSG_WARN ( [ -mwindows linker support not detected] ) ] )
243
243
] )
244
244
esac
245
245
You can’t perform that action at this time.
0 commit comments