Menu

#5 unportable comparison operator in configure script

current
closed
None
2015-02-02
2015-02-02
No

The configure script of librevenge (and many of the libraries based on it) contains:
if test "x$platform_win32" == "xyes"; then :

Only bash's test command supports "==", all other shells including test(1) from GNU coreutils only support "=". Please fix this.

Discussion

  • David Tardon

    David Tardon - 2015-02-02
    • status: open --> accepted
    • assigned_to: David Tardon
    • Milestone: untriaged --> current
     
  • David Tardon

    David Tardon - 2015-02-02
    • status: accepted --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB