TEA (tclconfig) Source Code

Diff
Login

Differences From Artifact [213149ab5f]:

To Artifact [554e73a6b8]:


2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2442
2443
2444
2445
2446
2447
2448











2449
2450
2451
2452
2453
2454
2455







-
-
-
-
-
-
-
-
-
-
-








    #--------------------------------------------------------------------
    # Find ranlib
    #--------------------------------------------------------------------

    AC_PROG_RANLIB

    #--------------------------------------------------------------------
    # This macro performs additional compiler tests.
    #--------------------------------------------------------------------

    AC_CYGWIN

    if test "$ac_cv_cygwin" = "yes" ; then
	AC_MSG_ERROR([Compiling with the Cygwin version of gcc is not supported.
	Use the Mingw version of gcc from www.mingw.org instead.])
    fi

    #--------------------------------------------------------------------
    # Determines the correct binary file extension (.o, .obj, .exe etc.)
    #--------------------------------------------------------------------

    AC_OBJEXT
    AC_EXEEXT
])