samba: predefine a autoconf result for enums with negative values
The configure script tries to find out if enums can be negative, this is not supported when cross compiling, since it tries to run the binary. This commit sets the test to yes, i.e. negative enums are possible.
Loading
Please register or sign in to comment