diff --git a/src/configure.c b/src/configure.c index bea1651..2dd1d99 100644 --- a/src/configure.c +++ b/src/configure.c @@ -316,11 +316,11 @@ static void _obj_print(FILE * fp, char * obj) fprintf(fp, "%s", obj); obj[len+1] = 'c'; } - else if(strcmp(&obj[len+1], "e") == 0) + else if(strcmp(&obj[len+1], "S") == 0) { obj[len+1] = 'o'; fprintf(fp, "%s", obj); - obj[len+1] = 'e'; + obj[len+1] = 'S'; } else fprintf(stderr, "%s%s%s", "configure: ", obj,