• Idar Tollefsen's avatar
    configure.in/Makefile.in: Removes -fPIC flag on Windows. · b015c45e
    Idar Tollefsen authored
    On Windows, adding -fPIC will print a warning for every compilation unit
    about all code being positioned independent. I.e. the flag is redundant.
    
    This removes the unconditional -fPIC flag from CPPFLAGS in Makefile.in and
    sets it in configure.in instead, except when compiling for *cygwin*
    or *mingw*.
    b015c45e