Skip to content

Commit

Permalink
RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite1981 committed Mar 18, 2003
1 parent 6516e91 commit 013fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AC_PROG_CXXCPP

# Nothing works without these libraries...
AC_CHECK_LIB(stdc++,main,,AC_MSG_ERROR([libstdc++ not installed]))
AC_CHECK_LIB(adplug,main,,AC_MSG_ERROR([AdPlug >= 1.1 not installed]))
AC_CHECK_LIB(adplug,main,,AC_MSG_ERROR([AdPlug not installed]))

##### Output mechanism checks #####
# These checks enable or disable certain output mechanisms,
Expand Down

0 comments on commit 013fbfa

Please # to comment.