mklove icon indicating copy to clipboard operation
mklove copied to clipboard

CFLAGS and similar are not added properly

Open eugpermar opened this issue 9 years ago • 0 comments

If I call ./configure this way:

CPPFLAGS='-I/path/1 -I/path/2' ./configure

Configure script adds the two path properly. However, if I do it this way:

./configure --CPPFLAGS='-I/path/1 -I/path/2'

it only adds the fist added path.

eugpermar avatar Mar 20 '15 07:03 eugpermar