diff options
author | monsta <[email protected]> | 2015-08-25 16:10:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-08-25 16:10:52 +0300 |
commit | f24517ebaf54005964e510e9ffee44807b9db2b6 (patch) | |
tree | 968a3761bc4976d715ca6a337db8d5a993b3ed6b | |
parent | fe42f8d57947d3e00ac98770abef879bd5a45f8b (diff) | |
download | mate-menus-f24517ebaf54005964e510e9ffee44807b9db2b6.tar.bz2 mate-menus-f24517ebaf54005964e510e9ffee44807b9db2b6.tar.xz |
configure.ac: removed suspicious reference to win32
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bccd40c..ad0b474 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,6 @@ AC_ISC_POSIX AC_PROG_CC AC_STDC_HEADERS AC_ARG_PROGRAM -AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.36.0 gio-2.0 >= 2.15.2) |