Updated makefiles to work with YC automatically.
[idzebra-moved-to-github.git] / configure.in
index e4db6e4..5994e45 100644 (file)
@@ -1,20 +1,13 @@
 dnl YAZ/Zebra Toolkit
 dnl (c) Index Data 1994-1998
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.2 1998-10-13 20:37:54 adam Exp $
+dnl $Id: configure.in,v 1.3 1998-10-28 15:20:42 adam Exp $
 AC_INIT(include/zebraver.h)
 dnl ------ Substitutions
 AC_SUBST(ODEFS)
 dnl
 dnl ------ Checking programs
-AC_ARG_ENABLE(gcc, [  --enable-gcc            allow use of gcc if available],
-    [gcc_ok=$enableval], [gcc_ok=no])
-if test "$gcc_ok" = "yes"; then
-    AC_PROG_CC
-else
-    CC=${CC-cc}
-AC_SUBST(CC)
-fi
+AC_PROG_CC
 AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_RANLIB