diff --git a/src/frontend/misccoms.c b/src/frontend/misccoms.c index e313f7f56..ef748e1cc 100644 --- a/src/frontend/misccoms.c +++ b/src/frontend/misccoms.c @@ -187,6 +187,9 @@ com_version(wordlist *wl) fprintf(cp_out,"** XSPICE extensions included\n"); #endif fprintf(cp_out,"** Relevant compilation options (refer to user's manual):\n"); +#ifdef NOSQRT + fprintf(cp_out,"** --enable-nosqrt\n"); +#endif #ifdef NOBYPASS fprintf(cp_out,"** --enable-nobypass\n"); #endif @@ -205,12 +208,6 @@ com_version(wordlist *wl) #ifdef NEWTRUNC fprintf(cp_out,"** --enable-newtrunc\n"); #endif -#ifdef NOSQRT - fprintf(cp_out,"** --enable-nosqrt\n"); -#endif -#ifdef INT_NOISE - fprintf(cp_out,"** --enable-intnoise\n"); -#endif #ifdef WANT_SENSE2 fprintf(cp_out,"** --enable-sense2\n"); #endif