dsw / oink-stack

Oink is a collaboration of C++ static analysis tools.
http://danielwilkerson.com/oink/index.html
154 stars 34 forks source link

Update configure script #13

Closed jun0 closed 8 years ago

jun0 commented 8 years ago

This commit fixes #12.

Perl starting with 5.16 or so stopped supporting "defined (@foo)". Because in this case the array name can be undefined, we need to check the name and the validity of the array expression as a whole.