diff options
author | Monsta <[email protected]> | 2015-08-25 16:07:31 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-25 16:07:31 +0300 |
commit | 3d4693311627ef58f70a85258d03b1637e65c207 (patch) | |
tree | ffee9941ef17cc135d9df7603faabfa1ac6c43ff /configure.ac | |
parent | a050471613f5b7092bce1c0ae87026e91c8e23b4 (diff) | |
download | caja-3d4693311627ef58f70a85258d03b1637e65c207.tar.bz2 caja-3d4693311627ef58f70a85258d03b1637e65c207.tar.xz |
removed suspicious win32 reference
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dad28f24..674cd379 100644 --- a/configure.ac +++ b/configure.ac @@ -81,7 +81,6 @@ AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET AM_DISABLE_STATIC -AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL AC_PATH_PROG(PKG_CONFIG, pkg-config, no) |