Browse Source

Properly convert from ranlib to lt_init in configure.ac

Con Kolivas 12 years ago
parent
commit
ef6925a642
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -50,7 +50,7 @@ AC_PROG_CC
 gl_EARLY
 AC_PROG_GCC_TRADITIONAL
 AM_PROG_CC_C_O
-AC_PROG_RANLIB
+LT_INIT([disable-shared])
 
 gl_INIT