Wireshark-commits: [Wireshark-commits] rev 50330: /trunk/ /trunk/: acinclude.m4
Date: Tue, 02 Jul 2013 23:28:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50330

User: sfisher
Date: 2013/07/02 04:28 PM

Log:
 Change additions from r50178 from if expr "$GCC_OPTION" to if expr
 "X$GCC_OPTION" so expr doesn't get confused by the GCC_OPTION that 
 starts with a hyphen and spit out messages like this (on FreeBSD): 
 
 checking whether we can add -fexcess-precision=fast to CXXFLAGS... expr:
 illegal option -- f
 expr: usage: expr [-e] expression
 
 expr: illegal option -- f
 expr: usage: expr [-e] expression
 
 no

Directory: /trunk/
  Changes    Path            Action
  +4 -4      acinclude.m4    Modified